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

add worker's queues to $0 #909

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

rab
Copy link

@rab rab commented Apr 15, 2016

As my use-case is to take advantage of having multiple queues and dedicating workers with overlapping coverage of them (to ensure that jobs in the high_priority queue have more workers servicing them, but that low_priority jobs aren't completely starved out), I'd really like to know which workers are handling which queues. This change makes that easy to see from just the ps output (or from pgrep -fal delayed_job)

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 90.95% when pulling b46a145 on scrumalliance:master into 71f1d5f on collectiveidea:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.008%) to 91.129% when pulling a02cf9a on scrumalliance:master into 71f1d5f on collectiveidea:master.

@coveralls
Copy link

coveralls commented May 16, 2016

Coverage Status

Coverage increased (+0.008%) to 91.208% when pulling d4ed3e1 on scrumalliance:master into 1e67917 on collectiveidea:master.

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.

None yet

2 participants