MetaCI
MetaCI copied to clipboard
"Pause" button for admins to stop queue items
A handy way to pause builds for a while so we can e.g. restart/upgrade the instance
FYI, this is actually way harder than it sounds. It requires changing the architecture of every build worker to register itself back with the master app. It also requires implementing some sort of signal handling in the workers.