-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
In the Horizon config I've:
'queue' => ['default', 'low'],
'balance' => false,
So first everything in the default queue will be handled. When it's empty the low queue will be processed. Now I only like to "uniquely" queued listeners on the low queue. That's currently not possible because "uniquely" works with a custom connection. It would be awesome to have a job/listener implement an interface (I think that's better in this case in comparison with a trait currently used) and depending on that it will be "uniquelied".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels