You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to hit MaxAttempts (default 25). After one or two retries, jobs are set to retryable state and they are never retried again, according to RetryPolicy.
Below is example. How I understand configuration, it should retry job 24 times, every ~5 seconds.
Is there something I am missing.
Hi,
I am unable to hit
MaxAttempts
(default 25). After one or two retries, jobs are set toretryable
state and they are never retried again, according toRetryPolicy
.Below is example. How I understand configuration, it should retry job 24 times, every ~5 seconds.
Is there something I am missing.
Also in documentation in Job retries section in
LinearRetryPolicy
example there is probably old function nameNextAt
. It should beNextRetry
.The text was updated successfully, but these errors were encountered: