browsertrix icon indicating copy to clipboard operation
browsertrix copied to clipboard

Move potentially long-running tasks to background jobs

Open tw4l opened this issue 1 year ago • 0 comments
trafficstars

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 avatar Jun 28 '24 18:06 tw4l