Search code examples
sidekiqrails-activejob

How to clear ActiveJob queue


I have jobs that are trying and failing repeatedly..how to I clear them? I now have the retries count set to 0, but that doesn't help the jobs that are already queued.


Solution

  • Use the Sidekiq Web UI. You can remove jobs via it.