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

Cancellation takes a long time to finish #689

Open
adamhooper opened this issue Aug 10, 2018 · 1 comment
Open

Cancellation takes a long time to finish #689

adamhooper opened this issue Aug 10, 2018 · 1 comment

Comments

@adamhooper
Copy link
Member

Steps to reproduce:

  1. Alice uploads a big set of PDFs
  2. Bob uploads a small set of PDFs
  3. Bob cancels the conversion

Expected results: the conversion cancels quickly
Actual results: the cancellation is stalled while waiting for Alice's documents to convert

This affected a user today.

@adamhooper
Copy link
Member Author

An enormous slowdown is that cancellation requires deleting all uploaded Large Objects -- and Large Objects are slow. Let's make users upload to S3 directly, where deletes are way faster (and disk space is ample).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant