Today, every time I was starting delayed_job
workers, the process would die immediately and silently.
After some investigation (and finding out about the fo
Any idea how I should sanitize my params to avoid such a problem?
Do not serialize your activerecord objects, instead just serialize the AR id, then do a find as the first step in the job.
Not sure why your serialized AR is corrupted, did your schema change between the time the serialization occured and before the job ran?