Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

resque (3) Versions 3.0.3

Installs/Configures resque

Policyfile
Berkshelf
Knife
cookbook 'resque', '= 3.0.3', :supermarket
cookbook 'resque', '= 3.0.3'
knife supermarket install resque
knife supermarket download resque
README
Dependencies
Quality -%

resque chef cookbook

Installs/Configures resque

Overview

Sets up Resque, "a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later."

Attributes

  • [:resque][:dir] - (default: "/data/db/resque")
  • [:resque][:log_dir] - (default: "/var/log/resque")
  • [:resque][:tmp_dir] - (default: "/data/db/resque/tmp")
  • [:resque][:data_dir] - (default: "/data/db/resque/data")
  • [:resque][:journal_dir] - (default: "/data/db/resque/swap")
  • [:resque][:conf_dir] - (default: "/etc/resque")
  • [:resque][:db_basename] - (default: "resque_queue.rdb")
  • [:resque][:cluster_name] - (default: "cluster_name")
  • [:resque][:namespace] - (default: "cluster_name")
  • [:resque][:user] - (default: "resque")
  • [:resque][:group] - (default: "resque")
  • [:resque][:queue_addr] - (default: "10.20.30.40")
  • [:resque][:queue_port] - (default: "6388")
  • [:resque][:dashboard_port] - (default: "6389")
  • [:resque][:redis_client_timeout] - (default: "300")
  • [:resque][:redis_glueoutputbuf] - (default: "yes")
  • [:resque][:redis_vm_enabled] - (default: "yes")
  • [:resque][:redis_vm_max_memory] - (default: "128m")
  • [:resque][:redis_vm_pages] - (default: "16777216")
  • [:resque][:redis_saves] -
  • [:resque][:redis_slave] - (default: "no")
  • [:resque][:app_env] - (default: "production")
  • [:resque][:home_dir] - (default: "/data/db/resque")
  • [:resque][:pid_dir] - (default: "/var/run/resque")
  • [:resque][:redis][:run_state] - (default: "start")
  • [:resque][:redis][:server][:addr] - (default: "0.0.0.0")
  • [:resque][:redis][:server][:port] - (default: "6388")
  • [:resque][:dashboard][:port] - (default: "6389")
  • [:resque][:dashboard][:run_state] - (default: "start")
  • [:users][:resque][:uid] - (default: "336")
  • [:groups][:resque][:gid] - (default: "336")

Recipes

  • dedicated_redis - Dedicated redis -- a redis solely for this resque
  • default - Base configuration for resque
  • server - Server ## Integration

Supports platforms: debian and ubuntu

Cookbook dependencies:
* runit
* redis

License and Author

Author:: Philip (flip) Kromer - Infochimps, Inc (coders@infochimps.com)
Copyright:: 2011, Philip (flip) Kromer - Infochimps, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

readme generated by cluster_chef's cookbook_munger

Dependent cookbooks

runit >= 0.0.0
redis >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found