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

Number of retries per queue #276

Open
jfrolich opened this issue Jun 11, 2017 · 1 comment
Open

Number of retries per queue #276

jfrolich opened this issue Jun 11, 2017 · 1 comment

Comments

@jfrolich
Copy link

We can set the concurrency per queue. Is it also possible to set the number of retries per queue?

@akira
Copy link
Owner

akira commented Jun 24, 2017

Currently this is not supported to set retries per queue on a global level. You can set retries when you queue the job though:

* `options` - job options, for example [max_retries:  `Integer`]
def enqueue(pid, queue, worker, args, options) do

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

2 participants