1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/examples/chef/cookbooks/sidekiq
2012-06-27 11:27:09 -05:00
..
recipes Updating chef recipe 2012-03-21 20:44:21 -07:00
templates/default config files are named X.yml, not X.conf 2012-06-27 11:27:09 -05:00
README.rdoc Updating chef recipe 2012-03-21 20:44:21 -07:00

= DESCRIPTION:

Sidekiq is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later.

= USAGE: 

add require_recipe "sidekiq" to main/recipes/default.rb

= NOTES:

I setup a basic size for the Sidekiq workers based on the instance_type, if you need more or less workers please modify the recipe itself.