|
|
|
|
|
by giancarlostoro
7 days ago
|
|
> As an ex-app engineer though, I kind of prefer my queue logic to be in code, in Git, but maybe with the right tooling, you can change my mind. :) I mean, we used to keep our SQL code in git too for projects where we had DB triggers. I think some were even shoved in there via Django migrations just to let someone setup locally and have the triggers available in their local database. |
|
With some cleverness you could even introduce some testing that way. Not perfect but better than nothing.