Skip to content

i7an/sidekiq-recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages