Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Sidekiq::Status.delete does not work on scheduled jobs #128

Open
noctivityinc opened this issue Mar 8, 2018 · 0 comments
Open

Sidekiq::Status.delete does not work on scheduled jobs #128

noctivityinc opened this issue Mar 8, 2018 · 0 comments

Comments

@noctivityinc
Copy link

We are trying to cancel/delete scheduled jobs using Sidekiq Status but it's not working correctly.

In the web UI, we can see the status moves from queue to completed, however, when we look at the "Scheduled" jobs section in the web UI, the job is still there and counting down. When it hits the actual queue, it gets triggered.

We tried using Sidekiq::Status.cancel job_id but it returns false and the job remains in the queue.

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

No branches or pull requests

2 participants