You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
By referencing the HStore field on the model instance
By calling "save" on the model instance
The error does not occur in the console. This tells me it is some kind of deserialization issue coming from Sidekiq. I can't decide whether Sidekiq is doing the serialization of the HStore field wrong, or if activerecord-postgres-hstore is doing the deserialization wrong.
The workaround is to call "self.reload" in the model instance method that is executed via Sidekiq's "delay" method.
The text was updated successfully, but these errors were encountered:
This is Rails 3.2.
I'm getting the following error, but only when the method is executed via Sidekiq:
It's triggered two ways:
The error does not occur in the console. This tells me it is some kind of deserialization issue coming from Sidekiq. I can't decide whether Sidekiq is doing the serialization of the HStore field wrong, or if activerecord-postgres-hstore is doing the deserialization wrong.
The workaround is to call "self.reload" in the model instance method that is executed via Sidekiq's "delay" method.
The text was updated successfully, but these errors were encountered: