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

Needs a failure callback #198

Open slin1202 opened 8 years ago

slin1202 commented 8 years ago

In the event that uploading fails and uses the max number of attempts, is there a callback I can get for that?