go-workers
go-workers copied to clipboard
ActiveJob Issues
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?