Skip to content

Webhooks should have retry/backoff and surface failures #180

Description

@alexhambley

Issue

Right now, send_webhook_notification catches RequestException and logs it, then returns normally. This means a failed delivery is indistinguishable from a successful one, with no retry and no request timeout (which is an unbounded hang risk and can crash the flask app).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions