How to clear ActiveJob queue

1.3k views Asked by At

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.

1

There are 1 answers

3
Mike Perham On BEST ANSWER

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