Skip to content

Commit 81667bf

Browse files
authored
Update RedisConnection.php
1 parent d0491c3 commit 81667bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RedisConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function send($queue, $data, $delay = 0)
8686
$package_str = json_encode([
8787
'id' => time().rand(),
8888
'time' => $now,
89-
'delay' => 0,
89+
'delay' => $delay,
9090
'attempts' => 0,
9191
'queue' => $queue,
9292
'data' => $data

0 commit comments

Comments
 (0)