We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81bf6e5 + 6846450 commit d0aeecdCopy full SHA for d0aeecd
src/TaskHandler.php
@@ -41,7 +41,7 @@ public function handle(?string $task = null): void
41
// is returned. Because we manually manage retries by releaseing jobs,
42
// we never want to return a 5xx status as that will result in duplicate
43
// job attempts.
44
- rescue(fn () => $this->run($task), report: false);
+ rescue(fn () => $this->run($task));
45
}
46
47
private function run(IncomingTask $task): void
0 commit comments