Home > Software engineering >  How to delete a scheduled sidekiq job, running every minutes even if all code related to this job di
How to delete a scheduled sidekiq job, running every minutes even if all code related to this job di

Time:01-25

I guess everything is in the title. I scheduled a job on scheduler.rb weeks ago. It was suppose to run every minutes. We are not using it anymore.

I'm trying to delete it for good but it's still running on sidekiq and appears as failed since there is no code related to this job anymore in my code base.

here is what i see in sidekiq

Any idea here ?

CodePudding user response:

Check the box, click the "Kill" button.

  • Related