Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Malformed messages in the queue are pain in the neck #1

@inadarei

Description

@inadarei

if a message in the queue is invalid JSON or doesn't have "message" attribute, get() will error-out but the message is never removed from the queue, so a single malformed message can fill-out your error logs.

We need to either delete malformed messages from the queue or do something else with it.

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