Skip to content

Commit d180336

Browse files
authored
Call parent method to mark queue as release
sorry i'm so clumsy, if you want to close this PR and do this in your own implementation, i'd me more than happy to do that, thank you
1 parent 89f62be commit d180336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/Job.php

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ public function delete()
6363
*/
6464
public function release($delay = 0)
6565
{
66+
parent::release($delay);
67+
6668
$requeueMessage = clone $this->psrMessage;
6769
$requeueMessage->setProperty('x-attempts', $this->attempts() + 1);
6870

0 commit comments

Comments
 (0)