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
Right now a queue's configuration is spread across multiple keys in the config. We should move to something like this instead and stop using the separate settings ONLY_QUEUES, BATCH_QUEUES, SINGLE_WORKER_QUEUES/MAX_WORKERS_PER_QUEUE?
Right now a queue's configuration is spread across multiple keys in the config. We should move to something like this instead and stop using the separate settings
ONLY_QUEUES
,BATCH_QUEUES
,SINGLE_WORKER_QUEUES
/MAX_WORKERS_PER_QUEUE
?The
SINGLE_WORKER_QUEUES
setting should be deprecated sinceMAX_WORKERS_PER_QUEUE=1
is equivalent. Max workers was added in #115.The text was updated successfully, but these errors were encountered: