Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Queue up the tasks in limit-active-tasks.
Provide a DB based queueing system for tasks when using the limit-active-tasks strategy. The ordering is insertion-time based: first arrived first served. Tasks are assigned different queues when specifiying: platform, team and tags. Update package for Squirrel to include bugfix for `FromSelect` not working properly. FYI: I was inspired by this talk: https://www.pgcon.org/2016/schedule/attachments/414_queues-pgcon-2016.pdf for the design of the Postgres-based queue. Signed-off-by: Alessandro Degano <[email protected]>
- Loading branch information