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
I have a Rails app which pushes job to a Redis queue. Then in other machines I have several workers that fetch those jobs and push back results via HTTP to Rails.
Why would those Sidekiq workers show an status of interrupted within the sidekiq_monitor interface? I am certain those jobs have finished successfully.
I am guessing is because since they are outside the Rails app itself there is no way they can upload the status within the ActiveRecord? Any solutions on this?
The text was updated successfully, but these errors were encountered:
I have a Rails app which pushes job to a Redis queue. Then in other machines I have several workers that fetch those jobs and push back results via HTTP to Rails.
Why would those Sidekiq workers show an status of interrupted within the sidekiq_monitor interface? I am certain those jobs have finished successfully.
I am guessing is because since they are outside the Rails app itself there is no way they can upload the status within the ActiveRecord? Any solutions on this?
The text was updated successfully, but these errors were encountered: