Job max attempts (cloud tasks vs $tries) #81
Replies: 1 comment 5 replies
|
I agree, that would make more sense. Might start working on that soon! |
5 replies
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.
Since V3.3 now ignores the backoff config from the task queue and uses the backoffs defined on the Laravel job, should the max retry count on the job also work like it does for normal laravel jobs? Currently it seems that the max retries value from the cloud tasks queue is used to determine a rescheduling of the job....
All reactions