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

Batch upload improvments #216

Draft
wants to merge 1 commit into
base: feature/on-demand-image-artefacts
Choose a base branch
from

Conversation

sbearcsiro
Copy link
Contributor

  • Never parse full resolution image
  • Manage database transactions so that they're never open whilst doing IO
  • Cache large images to filesystem instead of holding bytes in memory
  • Update quartz plugin
  • Fix batch file upload never being marked complete
  • Update batch file upload statuses
  • Hide empty and invalid batch uploads

@sbearcsiro
Copy link
Contributor Author

Note that this work builds on #214 and should be rebased on develop once #214 is merged.

@sbearcsiro sbearcsiro added this to the 3.1.0 milestone Nov 23, 2024
 - Never parse full resolution image
 - Manage database transactions so that they're never open whilst doing IO
 - Cache large images to filesystem instead of holding bytes in memory
 - Update quartz plugin
 - Fix batch file upload never being marked complete
 - Update batch file upload statuses
 - Hide empty and invalid batch uploads
@sbearcsiro sbearcsiro force-pushed the feature/batch-upload-improvements branch from 3db83ff to f0f4163 Compare November 26, 2024 03:02
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

Successfully merging this pull request may close these issues.

1 participant