-
Notifications
You must be signed in to change notification settings - Fork 160
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
Retry delay before processing a job again #59
Comments
@gruffT How does this work? Do i need to pass retryDelay props in queue with some time(seconds/milliseconds?). |
That's correct. Pass in the job options via createJob alongside timeout,
priority etc.. Set parameter retryDelay to the required delay in ms.
Good luck
…On Sat, 15 Feb 2020, 15:28 vishal goel, ***@***.***> wrote:
@gruffT <https://github.com/gruffT> How does this work? Do i need to pass
retryDelay props in queue with some time(seconds/milliseconds?).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#59?email_source=notifications&email_token=AAYIUMNXMA25BFPQYYTGSJLRDACYBA5CNFSM4JIQNPNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL3NL7A#issuecomment-586601980>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYIUMLXYYGZY6AM2U4CQW3RDACYBANCNFSM4JIQNPNA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Is there any way by which i can delay a job before processing again on failure i.e retry delay ?
The text was updated successfully, but these errors were encountered: