Browse Source

Increase disk and memory on staging (#1864)

pull/1865/head
kosiakkatrina 1 year ago committed by GitHub
parent
commit
7c833a1938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      manifest.yml

2
manifest.yml

@ -9,8 +9,10 @@ defaults: &defaults
memory: 1G memory: 1G
- type: worker - type: worker
command: bundle exec sidekiq -t 3 command: bundle exec sidekiq -t 3
disk_quota: 4G
health-check-type: process health-check-type: process
instances: 2 instances: 2
memory: 4G
health-check-type: http health-check-type: http
health-check-http-endpoint: /health health-check-http-endpoint: /health

Loading…
Cancel
Save