Does the CarrierWave plugin work with carrierwave_backgrounder?
I'm using Cloudinary in combination with CarrierWave in my app. I only upload "remote" images (https://github.com/carrierwaveuploader/carrierwave#uploading-files-from-a-remote-location) but still have to wait every time until Cloudinary has fetched the image.
I would like to move this process into the background by using Sidekiq (https://github.com/mperham/sidekiq). There is a CarrierWave plugin called "carrierwave_backgrounder" (https://github.com/lardawge/carrierwave_backgrounder) that allows uploads to be processed by a background queue.
Does anyone have any experience with this? Will carrierwave_backgrounder work with the Cloudinary CarrierWave plugin?
-
Hi Manuel,
We haven't tested carrierwave_backgrounder yet. Please feel free to test it out and let us know if you run into any issues.
Thanks,
Itay0
Post is closed for comments.
Comments
1 comment