jrgifford/delayed_paperclip

Doesn't work with paperclip-optimizer processor

chirag7jain opened this issue · 1 comments

My model - Paperclip config

has_attached_file :photo, :styles => { :thumb => "50x50#"},
:processors => [:thumbnail, :paperclip_optimizer],
:default_url => "/processing.jpg",

validates_attachment_content_type :photo, :content_type => /image/

process_in_background :photo

My image is never processed... job executes without any error

---I will post more details in next few days

the issue was with image_optim_bin. changed to image_optim_pack its working fine..