codemation / easyjobs

A celery like jobs framework for managing and distributing async / non-async tasks
https://pypi.org/project/easyjobs/
MIT License
35 stars 3 forks source link

Feature/add worker on off switch #5

Closed codemation closed 3 years ago

codemation commented 3 years ago

Implemented #3 - providing off / off switch for workers, preventing new jobs from being run while paused, workers will sleep for 5 seconds if paused, before checking if un-paused again.