Skip to content

Commit

Permalink
Scale the production service to 4 web/workers
Browse files Browse the repository at this point in the history
  • Loading branch information
vacabor authored Oct 14, 2024
1 parent f230432 commit 198f49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/application/config/production.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"config": "production",
"environment": "production",
"canonical_hostname": "www.claim-additional-teaching-payment.service.gov.uk",
"web_replicas": 2,
"worker_replicas": 2,
"web_replicas": 4,
"worker_replicas": 4,
"startup_command": ["/bin/sh", "-c", "bin/rails server -b 0.0.0.0"],
"worker_command": ["/bin/sh", "-c", "bin/bundle exec bin/delayed_job run -n 1"],
"postgres_flexible_server_sku": "GP_Standard_D2ds_v4",
Expand Down

0 comments on commit 198f49b

Please sign in to comment.