aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/deploy/add_builds_deferred_until.sql
Commit message (Collapse)AuthorAge
* Implement deferring buildsChristopher Baines2020-12-27
This isn't intended as some time based scheduling, but more as a way to slow down builds by deferring processing them until some point in the future. I'm intending to use this to test fixed output derivations. I can look up all the derivations I want to test, then defer the builds to run spread out across some period. This feature saves having to submit the builds gradually.