resque_spec
resque_spec copied to clipboard
encode/decode everywhere?
Resque encodes and decodes the Job arguments. This means that simply passing the arguments along in ResqueSpec is not good enough. Verify that all paths to user-code (for example when running inline) are using encode/decode.