RailsCasts Pro episodes are now free!

Learn more or hide this

Diego Plentz's Profile

GitHub User: plentz

Site: http://plentz.org

Comments by Diego Plentz

Avatar

Calling Thread.new every time you need to do something async could create more threads then you probably want. Besides that, using sidekiq you can have a dedicated machine just to process the queues.