Skip to content

Commit

Permalink
Update worker command
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailMcP committed Jun 20, 2024
1 parent 0052ca5 commit 11ab571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/application/config/test.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"canonical_hostname": "claim-additional-payments-for-teaching-test-web.test.teacherservices.cloud",
"web_replicas": 2,
"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 4"]
"worker_command": ["/bin/sh", "-c", "bin/bundle exec bin/delayed_job run -n 1"]
}

0 comments on commit 11ab571

Please sign in to comment.