Skip to content

Commit ec3a7d2

Browse files
Merge pull request #41 from aloware/fix/signals-pattern
Fix Signals Pattern in Horizon 5.x
2 parents 1c24d49 + 334f778 commit ec3a7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Repositories/RedisKeys.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private function fairSignalKey($queue, $partition)
3939
$horizon_prefix = config('horizon.prefix');
4040

4141
return sprintf(
42-
'%s%s%s:%s:[0-9]*',
42+
'%s%s%s:%s:*',
4343
$horizon_prefix,
4444
$signal_key_prefix_for_horizon,
4545
$queue,

0 commit comments

Comments
 (0)