Skip to content

Ensure rabbitmq waveform queues do not fill up the disk #142

@jeremyestein

Description

@jeremyestein

Queues are not limited I believe, but probably should be to prevent the docker storage filling up. Will need to look into what options we have when the queue gets to the limit.

Apply backpressure or delete old messages? There are tradeoffs. Backpressure might cause the upstream system to start deleting messages, which is arguably worse. As long as we've saved them to disk, we can replay them.

Also we should be monitoring the queues so we get plenty of warning.

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