Installs/Configures resque
Sets up Resque, "a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later."
dedicated_redis
- Dedicated redis -- a redis solely for this resquedefault
- Base configuration for resqueserver
- Server
Supports platforms: debian and ubuntu
Cookbook dependencies:
- runit
- redis
[: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][:namespace]
- (default: "cluster_name")[:resque][:user]
- (default: "resque")[:resque][:group]
- (default: "resque")[: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")
Author:: Philip (flip) Kromer - Infochimps, Inc ([email protected]) 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