Search code examples
ruby-on-railsrubysidekiqrails-activejobsidekiq-cron

How to delete a scheduled sidekiq job, running every minutes even if all code related to this job disappeared from the code base?


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 ?


Solution

  • Check the box, click the "Kill" button.