Skip to content
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 potentially long-running tasks to background jobs #1898

Open
3 tasks
tw4l opened this issue Jun 28, 2024 · 0 comments
Open
3 tasks

Move potentially long-running tasks to background jobs #1898

tw4l opened this issue Jun 28, 2024 · 0 comments
Assignees

Comments

@tw4l
Copy link
Contributor

tw4l commented Jun 28, 2024

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.

Specifically,areas where this would be helpful:

  • Org deletion (same note as above)
  • Recalculating org storage
  • Org import (possibly?)
@tw4l tw4l self-assigned this Jun 28, 2024
ikreymer pushed a commit that referenced this issue Jul 20, 2024
Fixes #1942 

This process might be a bit slow for large orgs, may consider moving it to background job in #1898.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant