Skip to content

Instantly share code, notes, and snippets.

@cesidio
Last active April 28, 2020 11:39
Show Gist options
  • Save cesidio/dc2762d78f14b618141f1c7ada906e09 to your computer and use it in GitHub Desktop.
Save cesidio/dc2762d78f14b618141f1c7ada906e09 to your computer and use it in GitHub Desktop.
Various utilities
# Upgrade asdf
brew upgrade asdf
asdf plugin-update ruby
asdf list-all ruby
asdf install ruby 2.7.0
asdf local ruby 2.7.0
# Sidekiq
require 'sidekiq/api'
Sidekiq::Queue.all
stats = Sidekiq::Stats.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment