Skip to content

Interrupted status on a job that is completed? #29

@novito

Description

@novito

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions