Sha256: 0daf8b6413ef2fade366f35ed457f02eedb0175cece8a47d880416df405ecb31

Contents?: true

Size: 613 Bytes

Versions: 6

Compression:

Stored size: 613 Bytes

Contents

resque_web_port: 5678
resque_web_pid_file: /var/run/resque-web.pid
resque_pool_pid_file: /var/run/resque-pool.pid

# list of workers with the queues to be run on each - on each worker instance,
# a worker is run for each item in this list to handle the queues specified
#
resque_worker_count: "#{Rubber.env == 'production' ? 4 : 2}"

resque_workers:
  -
    queues: "*"
    poll_interval: 1
  -
    queues: "*"
    poll_interval: 1

gems: [yajl-ruby, resque, resque-pool]

web_tools_proxies:
  resque:
    role: resque_web
    port: "#{resque_web_port}"
    path: /

role_dependencies:
  web_tools: [resque_web]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rubber-2.0.0.pre6 templates/resque/config/rubber/rubber-resque.yml
rubber-2.0.0.pre5 templates/resque/config/rubber/rubber-resque.yml
rubber-2.0.0.pre4 templates/resque/config/rubber/rubber-resque.yml
rubber-2.0.0.pre3 templates/resque/config/rubber/rubber-resque.yml
rubber-2.0.0.pre2 templates/resque/config/rubber/rubber-resque.yml
rubber-2.0.0.pre1 templates/resque/config/rubber/rubber-resque.yml