Sha256: 1b42a958958ac4e5f1c81ee648dddb1ecdf154313d4aa79ff0180a9f711b2cb5
Contents?: true
Size: 747 Bytes
Versions: 17
Compression:
Stored size: 747 Bytes
Contents
name: Test Application With Per-Process Overrides config: logger: /path/to/log/eye.log application: working_dir: /path/to/application triggers: - name: flapping config: times: 10 within: 1 minute checks: - name: memory config: times: 3 every: 20 seconds below: 1.5 gigabytes processes: - name: my-process triggers: - name: flapping config: times: 6 within: 40 seconds checks: - name: memory config: times: 2 every: 15 seconds below: 1.2 megabytes config: start_timeout: 25 seconds start_command: bundle exec my-process pid_file: tmp/pids/my-process.pid stdall: log/my-process.log
Version data entries
17 entries across 17 versions & 1 rubygems