新手写队列相关问题时,当向 perform_async 方法传递的参数为一个 model 对象的实例时,就会出现找不到实例的方法的错误,这是为什么?
The arguments you pass to perform_async must be composed of simple JSON datatypes: string, integer, float, boolean, null, array and hash.
https://github.com/mperham/sidekiq/wiki/Best-Practices
多谢老哥