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 4bcdcb9 commit 16a4fb3Copy full SHA for 16a4fb3
src/Queue/Jobs/RabbitMQJob.php
@@ -81,7 +81,6 @@ public function attempts(): int
81
$data = $headers->getNativeData();
82
83
$laravelAttempts = (int) Arr::get($data, 'laravel.attempts', 0);
84
- $xDeathCount = (int) Arr::get($headers->getNativeData(), 'x-death.0.count', 0);
85
86
return ($laravelAttempts) + 1;
87
}
0 commit comments