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 priority #1

Open
jeffpatt opened this issue Nov 10, 2010 · 0 comments
Open

delayed_job priority #1

jeffpatt opened this issue Nov 10, 2010 · 0 comments

Comments

@jeffpatt
Copy link

This needs to be modified if you're using the delayed_job gem. Priority is inverted, so the terminator job needs to be set to a higher number, not lower. Just replace line 14 with this:

Delayed::Job.enqueue(terminator, 10)    

A bit more information here.

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

No branches or pull requests

1 participant