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