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
In version 4 you can pause queues (from the dashboard or via the SDK).
Pausing sets a flag on TaskQueue in postgres and it also adjusts sets the concurrencyLimit of the queue to zero in Redis.
When deploys happen we aren't checking if a TaskQueue is paused, we're just setting the concurrencyLimit like normal from the deploy. This unpauses the actual queue processing but leaves the TaskQueue status as paused.
Uh oh!
There was an error while loading. Please reload this page.
In version 4 you can pause queues (from the dashboard or via the SDK).
Pausing sets a flag on
TaskQueue
in postgres and it also adjusts sets the concurrencyLimit of the queue to zero in Redis.When deploys happen we aren't checking if a
TaskQueue
is paused, we're just setting theconcurrencyLimit
like normal from the deploy. This unpauses the actual queue processing but leaves theTaskQueue
status as paused.TRI-5431
The text was updated successfully, but these errors were encountered: