Skip to content

Commit 4bcdcb9

Browse files
authored
1 parent b8f499f commit 4bcdcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue/RabbitMQQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ protected function getRandomId(): string
518518
public function close(): void
519519
{
520520
if ($this->currentJob && ! $this->currentJob->isDeletedOrReleased()) {
521-
$this->reject($this->currentJob);
521+
$this->reject($this->currentJob, true);
522522
}
523523

524524
try {

0 commit comments

Comments
 (0)