How to resolve deserialization error in delayed job?

前端 未结 7 2066
遇见更好的自我
遇见更好的自我 2021-02-06 22:38

I am trying to use DelayedJob and the job is failing, giving the following error in the database:

{Delayed::DeserializationError
/Library/Ruby/Gems/1.8/gems/delayed_j         


        
7条回答
  •  猫巷女王i
    2021-02-06 23:14

    If anyone wants to make delayed_job just finish the job as a no-op you can monkey patch with this code in the initializer:

    https://gist.github.com/spilliton/8494752

提交回复
热议问题