-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
We have a few API endpoints where it would be better to respond 200
early and move the logic of the endpoint into a background job that can be queued and retried if necessary.
The first implementation of this moves org deletion into a background job with full access to the backend's ops classes.
Additional tasks will be moved to background jobs in a separate second step.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done!