Skip to content

Add queueing for servers

Latest
Compare
Choose a tag to compare
@thheinen thheinen released this 27 Apr 15:15
· 1 commit to master since this release
fa441d5

For cases where multiple people work on a limited set of available machines, queueing up for tests is unavoidable.

The new queueing feature and the first handler for queueing allows working with local scripts to request a machine or release it back.

Additional handlers will be written in the future, but custom ones can also be loaded via queueing_handlers, giving a Glob to handler files.