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

Image Processing in Background #9

Open
wolfmoritz opened this issue Feb 28, 2020 · 0 comments
Open

Image Processing in Background #9

wolfmoritz opened this issue Feb 28, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@wolfmoritz
Copy link
Member

If a TinyJPG key was provided, on upload the images are processed into five optimized files, all during the upload request. Consider separating upload from optimization, and run the optimization in the background as a separate request to allow the file upload request return a response to the user more quickly, to avoid aborted uploads.

Suggest creating a jobs table, one for each file size, and the background process can run a CLI request to select rows in the jobs table, update the processing flag, create the files, and then clean up the job table.

@wolfmoritz wolfmoritz added the enhancement New feature or request label Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant