Skip to content

Commit

Permalink
Increased for ha
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGriffin committed Nov 6, 2024
1 parent 86eb048 commit 71509d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions manifests/cf-manifest/env-specific/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ api_instances: 3
doppler_instances: 3
log_cache_instances: 3
log_api_instances: 3
scheduler_instances: 3
cc_worker_instances: 2
scheduler_instances: 4
cc_worker_instances: 4
cc_hourly_rate_limit: 60000
cc_staging_timeout_in_seconds: 2700
cc_maximum_health_check_timeout_in_seconds: 300
Expand Down
9 changes: 0 additions & 9 deletions manifests/cf-manifest/spec/manifest/cc_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@
end
end

context("when the environment is prod") do
let(:manifest) { manifest_for_env("prod-lon") }
let(:cc_worker) { manifest.fetch("instance_groups.cc-worker") }

it "has more instances" do
expect(cc_worker["instances"]).to be > 2
end
end

context("when the environment is prod-lon") do
let(:manifest) { manifest_for_env("prod-lon") }
let(:cc_worker) { manifest.fetch("instance_groups.cc-worker") }
Expand Down

0 comments on commit 71509d2

Please sign in to comment.