How does the "tries" value actully wokrs in the horizon configuration ? #49522
Unanswered
MohammadStemless
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I have this supervisor configured for the 'mid' queue with a tries value of 1. However, I have noticed a strange behavior when I have the 'retry_after' in the 'queue.php' file set to 60 seconds, which is less than the number of seconds jobs usually take on the 'mid' queue (I know the value should be more than my longest running jobs). The issue here is how it's possible for the job to be marked with attempts: 2 when failing, because it has been tried multiple times due to the 'retry-after', even though the 'tries' value in the supervisor is set to 1 ?
Beta Was this translation helpful? Give feedback.
All reactions