Skip to content

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

Open
@matt-aitken

Description

@matt-aitken

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions