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 b8f499f commit 4bcdcb9Copy full SHA for 4bcdcb9
src/Queue/RabbitMQQueue.php
@@ -518,7 +518,7 @@ protected function getRandomId(): string
518
public function close(): void
519
{
520
if ($this->currentJob && ! $this->currentJob->isDeletedOrReleased()) {
521
- $this->reject($this->currentJob);
+ $this->reject($this->currentJob, true);
522
}
523
524
try {
0 commit comments