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
The TaskQueue enum purpose was to for example separate CPU and Thread bound queues, not to separate different worker application names
Proposal here is to compose the name ideally from the application name directly instead of creating yet another api-server or web-server or storage name for naming queues. Keep the constraint for CPU/Thread stuff separated.