Skip to content

[TRI-5431] bug: [v4] queues get unpaused during deploy #2066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
matt-aitken opened this issue May 16, 2025 · 0 comments
Open

[TRI-5431] bug: [v4] queues get unpaused during deploy #2066

matt-aitken opened this issue May 16, 2025 · 0 comments

Comments

@matt-aitken
Copy link
Member

matt-aitken commented May 16, 2025

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.

TRI-5431

@matt-aitken matt-aitken changed the title bug: [v4] queues get unpaused during deploy [TRI-5431] bug: [v4] queues get unpaused during deploy May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant