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
402 stars 155 forks source link

Failing test for reprocess! #24

Closed ScotterC closed 11 years ago

ScotterC commented 11 years ago

The reprocess! method should not enqueue a delayed paperclip job because it's already run by paperclip

ScotterC commented 11 years ago

Looking at this with a clearer head today I don't think it's right. Reprocess! should queue up a another worker. The problem right now is that delayed_paperclip doesn't listen to the arguments given to reprocess!