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
{{ message }}
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: