Tips on Sidekiq Queues
Sidekiq is great. It's a really handy way to take slow stuff that your application is doing like uploading images or sending emails, and
get them out of the web request. Users don't want to sit around waiting for that stuff to happen most of the