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
fix: fallback dispatch scheduler was reading empty master queue
The fallback path for schedulers without selectQueuesFromDispatch was
building allQueues from the dispatch index but then ignoring it and
calling scheduler.selectQueues with the old master queue key (which is
empty for new messages). Fixed to group the fetched queues by tenant
directly with capacity filtering.
0 commit comments