-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Description
From @jwoertink on April 19, 2017 19:16
I don't get this error often, but sometimes I get
Error while trying to deserialize arguments: uninitialized constant GlobalID::Locator Did you mean? GlobalID::Locator
I'm not able to recreate this error locally, and out of 310 processed jobs, it's only shown up twice.
I'm using Sidekiq with ActiveJob on Rails 5.0.2 with ruby 2.4.1.
Here's the data from Sidekiq
Job
Queue default
Job {"job_class"=>"EncoderJob", "job_id"=>"2c6589f6-172e-4e83-9910-c4ffc29bb5d0", "queue_name"=>"default", "priority"=>nil, "arguments"=>["update", "poster", 54381, ["hq_gallery_zip_url", "promo_photo_pack_zip_url", "updated_at"]], "locale"=>"en"}
Arguments
JID 6e64e144c2eea7c09d418b53
Enqueued 2 days ago
Extras {"wrapped"=>"EncoderJob", "processor"=>"d14dcdc7631e:1"}
Error
Error Class ActiveJob::DeserializationError
Error Message Error while trying to deserialize arguments: uninitialized constant GlobalID::Locator Did you mean? GlobalID::Locator
Copied from original issue: rails/rails#28801
jwoertink, Fredar, temirov, hwhelchel, phlegx and 4 more
Metadata
Metadata
Assignees
Labels
No labels