We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28d5e9 commit 6e6e6cbCopy full SHA for 6e6e6cb
src/TaskHandler.php
@@ -152,7 +152,7 @@ private function handleTask($task)
152
// If the job is being attempted again we also check if a
153
// max retry duration has been set. If that duration
154
// has passed, it should stop trying altogether.
155
- if ($job->attempts() >= 1) {
+ if ($job->attempts() > 1) {
156
$job->setRetryUntil($this->getRetryUntilTimestamp($job));
157
}
158
0 commit comments