Re: Delayed_job worker + paperclip + s3 error

2010-10-27 Thread Mark Wang
exception because of last_error being too long, and the S3 write is never re-attempted. Changing the column type to text made things work fine because the S3 error goes away after a few seconds. On Oct 27, 3:40 am, Mark Wang wrote: > Hi all, > > I'm implementing a simple photo u

Delayed_job worker + paperclip + s3 error

2010-10-27 Thread Mark Wang
Hi all, I'm implementing a simple photo upload test app that uses paperclip 2.3.5 for the upload, S3 for storage, and delayed_job + ImageMagick for photo resizing. It works fine on my local development machine, but on heroku (I've got a worker running), the worker dies with this error: "last_er