go-workers icon indicating copy to clipboard operation
go-workers copied to clipboard

ActiveJob Issues

Open dekaikiwi opened this issue 6 years ago • 0 comments

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?

dekaikiwi avatar Nov 12 '18 03:11 dekaikiwi