How to clear all Sidekiq queues, using the power of emoji
It’s easy to find code snippets that will delete the jobs from one Sidekiq queue. But we have lots of queues. I want to clear the jobs from all of them. After a little digging, I came up with an emoji-based approach that seems to work well. http://blog.honeybadger.io/how-to-clear-all-sidekiq-queues-using-the-power-of-emoji/
Post a comment