Sha256: 3012f0e7fd3c208aa078f09365918ada564766d38cb45d6c3e1d742e34dee9c0
Contents?: true
Size: 529 Bytes
Versions: 2
Compression:
Stored size: 529 Bytes
Contents
class Chef class Recipe # If you change this, please copy it back into the README as documentation def delayed_job_worker_count(instance_type) case instance_type when "m1.small" 3 when "m1.medium" 4 when "m1.large" 8 when "m1.xlarge" 12 when "m2.xlarge" 10 when "m2.2xlarge" 10 when "m2.4xlarge" 24 when "c1.medium" 4 when "c1.xlarge" 24 else 2 end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eycloud-recipe-delayed_job-1.0.1 | libraries/delayed_job_worker_count.rb |
eycloud-recipe-delayed_job-1.0 | libraries/delayed_job_worker_count.rb |