lightster / hodor

🚪 A worker queue that is evolving to a job queue
MIT License
4 stars 1 forks source link

Allow for job workers to be soft-disabled on a server #279

Open lightster opened 6 years ago

lightster commented 6 years ago

Use case: in an auto scale environment, I will want to be able to drain the pool of workers without interrupting work that workers have already done on the jobs they are working on. As such, we need to be able to tell workers not to pick up any new work after they are done with their current work.