-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move org deletion to background job #1898
Comments
Org deletion merged in #2098, which adds a new main_by entrypoint for background jobs that need access to ops methods. Org stats and import have not yet been moved over, so keeping this issue open for now. |
tw4l
changed the title
Move potentially long-running tasks to background jobs
Move org deletion to background job
Oct 16, 2024
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: