jrgifford / delayed_paperclip

Process your Paperclip attachments in the background with delayed_job or Resque.
http://www.jstorimer.com/ruby/2010/01/30/delayed-paperclip.html
MIT License
404 stars 155 forks source link

[image]_processing boolean not updated after reprocess_without_delay #181

Closed andreitr closed 8 years ago

andreitr commented 8 years ago

To replicate this issue just run reprocess_without_delay(:style_a, :style_b) on a model. Note that image_processing variable is still set to false.

Is this a bug or a feature? Do I need to manually reset image_processing parameter or is there another way?

Thanks!

andreitr commented 8 years ago

Resetting [image]_processing parameter manually seems to work fine.