codemation / easyjobs

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

Feature - Create an on/off switch for job-scheduling #3

Closed codemation closed 3 years ago

codemation commented 3 years ago

Background:

Under certain circumstances it can be advantageous to prevent workers from pulling new jobs to run.

Solution

Workers should have an method that can pause workers from consuming new work.

codemation commented 3 years ago

Fixed in 0.125