We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can set the concurrency per queue. Is it also possible to set the number of retries per queue?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
We can set the concurrency per queue. Is it also possible to set the number of retries per queue?
The text was updated successfully, but these errors were encountered: