Skip to content

Commit

Permalink
Disable delayed job for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
jebw committed Feb 4, 2025
1 parent 4ea0992 commit dbe51df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/application/config/review.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"cluster": "test",
"namespace": "cpd-development",
"environment": "review",
"worker_replicas": 0,
"deploy_azure_backing_services": false,
"enable_postgres_ssl" : false,
"command": ["/bin/sh", "-c", "RAILS_ENV=review bundle exec rails db:environment:set db:schema:load && bundle exec rake courses:update && bundle exec rails server -b 0.0.0.0"],
Expand Down

0 comments on commit dbe51df

Please sign in to comment.