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

Background jobs support #6

Closed
SergeyKishenin opened this issue Nov 10, 2012 · 5 comments
Closed

Background jobs support #6

SergeyKishenin opened this issue Nov 10, 2012 · 5 comments

Comments

@SergeyKishenin
Copy link

Hi,

Video converting sometimes takes a long time. So is it possible to combine background jobs support like Sidekiq, Resque or Delayed Job with your gem?

@rheaton
Copy link
Owner

rheaton commented Nov 14, 2012

We definitely hooked this up to resque. I'm sure you could get it to work with delayed job. If you have multiple servers you will need to make sure you upload to the one that the jobs run, use s3, or something. :)

@SergeyKishenin
Copy link
Author

Thanks for your reply.
But I still have one more question. Have you achieved this with carrierwave_backgrounder gem or you did something else?

@rheaton
Copy link
Owner

rheaton commented Nov 14, 2012

I believe we used the carrierwave_background gem at one point. I'm not actively working on the project that uses this gem, but I think all uploading and processing is done as a service, so having it inline is not an issue. @coreyti can you speak to this?

@coreyti
Copy link
Contributor

coreyti commented Nov 14, 2012

Hi @SergeyKishenin and @rheaton, we do (still) use carrierwave_backgrounder for handling our video upload jobs. That gem currently provides support for six different queuing backends.

Hope that helps.

@SergeyKishenin
Copy link
Author

That's how I thought. Thank you so much

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

3 participants