Sha256: 986693d2bbe666b411546509f2cafff09f08eb744e3d3333067e557e3d31f865

Contents?: true

Size: 1.16 KB

Versions: 4

Compression:

Stored size: 1.16 KB

Contents

# DELAYED JOB ADMIN CONFIGURATION

#DELAYED JOB WORKER MACHINES
# - Configure SSH connection info for the seperates hosts that are working delayed jobs
# - To add additional host connections, simply add another nested entry below
# - The DelayedJobMonitor::Worker module will establish SSH connections to each
#    one to monitor, start, and stop delayed_job workers.
#DELAYED JOB SERVER
# - Configure an ActiveRecord connection to the database that is hosting the delay_jobs database
# - Only 1 DB connection is supported at this time.

application:
  name:              #used to parse Rails path, log paths, etc 
  email:             #email upon failures,changes,etc     
hosts:
  - 
    name:                                        # 'nickname' of host
    rails_path:                                  #  path of the Rails app on host machine, assumes '/var/www/RAILS_APP' by default
    host:                                        #  domain name of host for SSH connection
    username:                                    #  SSH Username
    password:                                    #  SSH Password
database:
  host:
  port:
  adapter:
  database:
  username:
  password:
  template:

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
delayed_job_monitor-0.0.5 config.yml
delayed_job_monitor-0.0.4 config.yml
delayed_job_monitor-0.0.2 config.yml
delayed_job_monitor-0.0.1 config.yml