It’s not really a deserialization error, it’s an ActiveRecord record-not-found error on a simple Model.find(id) query.
If you want to know the details, log them in the delayed_job-2.1.3/lib/delayed/serialization/active_record.rb
file, in the rescue statement, just before delayed-job stupidly raises the DeserializationError
and throws the useful information away.