Browse Source

Add workers to production manifest (#913)

pull/915/head
baarkerlounger 2 years ago committed by GitHub
parent
commit
401d5498b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      manifest.yml

4
manifest.yml

@ -30,6 +30,10 @@ applications:
command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server
instances: 4 instances: 4
memory: 1G memory: 1G
- type: worker
command: bundle exec sidekiq
health-check-type: process
instances: 2
env: env:
RAILS_ENV: production RAILS_ENV: production
host: submit-social-housing-lettings-sales-data host: submit-social-housing-lettings-sales-data

Loading…
Cancel
Save