You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying multiple queues for a process, the LongWait notifications must be configured using the queue names concatenated with a comma (,). While it made sense after the fact, my initial inclination was to specify the individual queue inline with the example (e.g. connection:queue).
More importantly, when receiving the notification, the queue uses the concatenated name. This doesn't immediately let me know which queue has the long wait. Ideally, the notification would specify the individual queue which has the long wait.
When specifying multiple queues for a process, the
LongWait
notifications must be configured using the queue names concatenated with a comma (,
). While it made sense after the fact, my initial inclination was to specify the individual queue inline with the example (e.g.connection:queue
).More importantly, when receiving the notification, the queue uses the concatenated name. This doesn't immediately let me know which queue has the long wait. Ideally, the notification would specify the individual queue which has the long wait.
Current behavior
Example configuration:
The notification states:
Desired behavior
Ideally you could configure the
waits
by the individual queue:And the notification would specify the wait time for the specific queue:
If this is an acceptable change, I'm glad to help work on it as I already dug around the code a bit to better understand how to configure the
waits
.The text was updated successfully, but these errors were encountered: