Sha256: 8b313f9f3bd21491edc6e5d7e0de6d766331f46f46f00272238412f29153cb1b
Contents?: true
Size: 556 Bytes
Versions: 59
Compression:
Stored size: 556 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}" gems: [yajl-ruby, resque, resque-pool] web_tools_proxies: resque: role: resque_web port: "#{resque_web_port}" path: / roles: resque_web: gems: [puma] role_dependencies: web_tools: [resque_web]
Version data entries
59 entries across 59 versions & 1 rubygems