diff --git a/src/Transport/RedisTransport.php b/src/Transport/RedisTransport.php index fe6adc5..ca0bf4f 100644 --- a/src/Transport/RedisTransport.php +++ b/src/Transport/RedisTransport.php @@ -81,7 +81,7 @@ public function get(): iterable { $this->getDelayedSetName(), $this->queue, $this->getProcessingQueue(), - microtime(true) * 1000, + round(microtime(true) * 1000), ], 4); if ($this->redis->getLastError()) {