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
I sometimes have to use unique queues (with a guid) to make sure that a job is only processed by a specific server only. Sometimes even by a server instance (meaning the guid is dynamically created at the time of enqueue). Additionally I use a priority as a prefix. This works great and much better than using filters.
A typical dashboard might look like this:
I would like to use a queue display name throughout the dashboard like
"Demo job queue (default priority)" instead of "p3_00000000-0000-0000-0000-000000000002". Do you see any chance to achieve that with the current codebase?
Best regards
The text was updated successfully, but these errors were encountered:
Hello,
I sometimes have to use unique queues (with a guid) to make sure that a job is only processed by a specific server only. Sometimes even by a server instance (meaning the guid is dynamically created at the time of enqueue). Additionally I use a priority as a prefix. This works great and much better than using filters.
A typical dashboard might look like this:
I would like to use a queue display name throughout the dashboard like
"Demo job queue (default priority)" instead of "p3_00000000-0000-0000-0000-000000000002". Do you see any chance to achieve that with the current codebase?
Best regards
The text was updated successfully, but these errors were encountered: