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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: