gresrun / jesque

An implementation of Resque in Java.
http://gresrun.github.io/jesque
Apache License 2.0
628 stars 131 forks source link

Moves queue subscription from heap-based storage to Redis. #113

Closed antogon closed 6 years ago

antogon commented 8 years ago

This change introduces the concept of worker groups that store queue subscriptions in Redis, allowing the end-user to change the queue subscriptions of all workers in that group atomically.

gresrun commented 6 years ago

Thank you for your contribution, Antonio!

This is a pretty big change in the way workers operate and would require all users to change their current deployments. Jesque is pretty stable and used by quite a few companies at this point and making a change this large is out-of-scope for the mainline of this project.