Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActiveJob and Sidekiq::Worker #259

Closed
kavitakanojiya opened this issue Mar 22, 2018 · 0 comments
Closed

ActiveJob and Sidekiq::Worker #259

kavitakanojiya opened this issue Mar 22, 2018 · 0 comments
Milestone

Comments

@kavitakanojiya
Copy link

This is really strange to me.
I have few jobs that run under active job and few others that run under Sidekiq::Worker.
However, jobs running under ActiveJob are properly executed but those are under Sidekiq::Worker does not even gets processed. What could be wrong here?

I am adding a logging functionality by attaching to the middleware. So, in all I have 3 states: enqueue, start and finish.
Middleware attached to client sets the state as enqueue.
Middleware attached to the server sets start and finish both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants