Skip to content

Instantly share code, notes, and snippets.

View beniusij's full-sized avatar
🕵️‍♂️
Playing detective in crime scene where I'm the criminal

Juozas Beniusis beniusij

🕵️‍♂️
Playing detective in crime scene where I'm the criminal
  • Bluetel Solutions Ltd
  • Oxford, United Kingdom
  • X @JuozasBen
View GitHub Profile
@wbotelhos
wbotelhos / clear-sidekiq-jobs.sh
Last active July 4, 2024 09:06
Clear Sidekiq Jobs
require 'sidekiq/api'
# 1. Clear retry set
Sidekiq::RetrySet.new.clear
# 2. Clear scheduled jobs
Sidekiq::ScheduledSet.new.clear