Skip to content

Commit 402abd7

Browse files
authored
Optimized code of coroutine and coordinator to adapt hyperf engine. (#2663)
1 parent d73823c commit 402abd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/async_queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'redis' => [
1616
'pool' => 'default',
1717
],
18-
'channel' => 'queue',
18+
'channel' => '{queue}',
1919
'timeout' => 2,
2020
'retry_seconds' => 5,
2121
'handle_timeout' => 10,

0 commit comments

Comments
 (0)