jrgifford/delayed_paperclip

reprocess_without_delay! doesn't work after processing fails

RISCfuture opened this issue · 0 comments

Version 2.10.0. Steps to reproduce:

  1. Upload a file and process in background normally but have processing fail for some reason (e.g. ImageMagick syntax error).
  2. Fix the bug in your code, reload.
  3. Call reprocess_without_delay!. Unexpected behavior because the path method returns the missing placeholder image (because the image is still marked as processing)