We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c24d49 + 334f778 commit ec3a7d2Copy full SHA for ec3a7d2
src/Repositories/RedisKeys.php
@@ -39,7 +39,7 @@ private function fairSignalKey($queue, $partition)
39
$horizon_prefix = config('horizon.prefix');
40
41
return sprintf(
42
- '%s%s%s:%s:[0-9]*',
+ '%s%s%s:%s:*',
43
$horizon_prefix,
44
$signal_key_prefix_for_horizon,
45
$queue,
0 commit comments