Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delayed Job: Add ability to specify queues per worker #332

Open
wants to merge 1 commit into
base: next-release
Choose a base branch
from

Conversation

dvalfre
Copy link
Contributor

@dvalfre dvalfre commented Mar 2, 2018

This is a breaking change

This PR allows for configuration of multiple queues per worker. It removes `['delayed_job']['worker_count'] and adds ['delayed_job']['queues'] which is an array of hashes.

In the spirit of what PR #64 does for Sidekiq, this PR allows to configure delayed_job workers independently, so that different workers can service different queues.

For the time being I've put together this PR so to benefit other users looking for the same feature. Ideas on how to make this change non-breaking are welcomed.

@jegasega jegasega requested review from radamanthus and mikong April 4, 2018 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant