We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb6787 commit c18d868Copy full SHA for c18d868
src/Job.php
@@ -71,7 +71,7 @@ public function release($delay = 0)
71
$producer = $this->psrContext->createProducer();
72
73
if ($producer instanceof DelayStrategyAware && $producer->delayable()) {
74
- $producer->setDeliveryDelay($this->secondsUntil($delay));
+ $producer->setDeliveryDelay($this->secondsUntil($delay) * 1000);
75
}
76
77
$this->psrConsumer->acknowledge($this->psrMessage);
0 commit comments