Browse Source

Add worker instance to PaaS manifest

pull/851/head
James Rose 3 years ago
parent
commit
37254efd45
  1. 4
      manifest.yml

4
manifest.yml

@ -7,6 +7,10 @@ defaults: &defaults
command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server
instances: 2
memory: 1G
- type: worker
command: bundle exec sidekiq
health-check-type: process
instances: 2
health-check-type: http
health-check-http-endpoint: /health

Loading…
Cancel
Save