Skip to content
This repository was archived by the owner on Sep 2, 2026. It is now read-only.
This repository was archived by the owner on Sep 2, 2026. It is now read-only.

long running rest requests #184

Description

@rizen

This could be a good way to handle things like the image uploads that are pending processing, or ving jobs.

POST /api/v1/whatever

return:
202 Accepted
Location: /api/v1/whatever/status/99


GET /api/v1/whatever/status/99

return:
303 See Other
Location: /api/v1/whatever/99
{ secondsToComplete: 33, percentComplete: 45 }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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