Job retryUntil() blocking the queue
louis-l opened this issue · 1 comments
louis-l commented
Hi there,
I encounter an issue with the queued job timeout. Some jobs failed and they keep retrying even through it exceeds the maxAttempt
.
After an investigation, I seems like the jobs that have retryUntil()
is the culprit.
https://github.com/jdavidbakr/mail-tracker/blob/master/src/RecordLinkClickJob.php#L27-L30
I wonder why retryUntil()
exists in some of the jobs in this library? And why it is set to 5 days?
louis-l commented
Ignore this, I forked and figured it out.