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
We pass Sidekiq jobs through go-workers to our Rails app. Which works fine for vanilla Sidekiq workers. However when we pair Sidekiq with ActiveJob we get the following error on the Rails app.
WARN: NoMethodError: undefined method jid=' for #<FooBarJob:0x00007fc656cc45d8>
Has anyone else had similar issues passing jobs through to ActiveJob at all?
The text was updated successfully, but these errors were encountered:
We pass Sidekiq jobs through
go-workers
to our Rails app. Which works fine for vanilla Sidekiq workers. However when we pair Sidekiq with ActiveJob we get the following error on the Rails app.WARN: NoMethodError: undefined method jid=' for #<FooBarJob:0x00007fc656cc45d8>
Has anyone else had similar issues passing jobs through to ActiveJob at all?
The text was updated successfully, but these errors were encountered: