Skip to content

Lost submissions on client side: POST /api/submissions/ is not idempotent #2425

@AybH26

Description

@AybH26

Problem

Whenever a client loses the response of POST /api/submissions/ (network timeout, intermittent 5xx, browser/SDK auto-retry), it replays the request.
Every replay creates a brand new Submission row and triggers another Celery run. From the user's side the "initial" submission is invisible (its id was
never returned); from the platform's side we see ghost duplicates that burn quota and worker capacity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions