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

choosing versions to process in background #194

Open
ben-ole opened this issue Oct 8, 2014 · 6 comments
Open

choosing versions to process in background #194

ben-ole opened this issue Oct 8, 2014 · 6 comments

Comments

@ben-ole
Copy link

ben-ole commented Oct 8, 2014

I ve got an uploader with a bunch of versions to generate. Some of them are needed as fast as possible and others may process later in background. Is there already a possibility to choose which version to `process_in_background``?

@lardawge
Copy link
Owner

lardawge commented Oct 8, 2014

Not at the moment. I think that it is a possibility to add this feature because it is now supported in carrierwave. Pull requests wellcome.

@xdmx
Copy link

xdmx commented Jan 1, 2015

This would be really useful!

@ghost
Copy link

ghost commented Jan 5, 2016

+1 for this feature request

@rohit-gilbile
Copy link

any update on this?

@lardawge
Copy link
Owner

At the moment, I don't have time to look into how to accomplish this.
The other part of it is I don't think it will add much benefit. The problem is that to create any version, you need to read the file into memory. That is the time-consuming part if it is a large image. Once you do that, unless you are generating a significant amount of versions, there is likely not much gain.

Happy to have someone jump in and tackle it.

@carlows
Copy link

carlows commented Nov 14, 2024

What if you want all versions to be processed in the background (except the main upload of course)? Is that also not possible currently?

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

No branches or pull requests

5 participants