Skip to content

Commit

Permalink
BFD-3329: Disable RDA cleanup job on prod during db maintenance (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithdadkins authored Mar 11, 2024
1 parent b1822ad commit f567fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/terraform/services/base/values/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ bfd:
starting_fiss_seq_num: &rda_job_starting_fiss UNDEFINED
starting_mcs_seq_num: &rda_job_starting_mcs UNDEFINED
cleanup:
enabled: &rda_cleanup_enabled true
enabled: &rda_cleanup_enabled false
run_size: &rda_cleanup_run_size 50000
transaction_size: &rda_cleanup_transaction_size 5000
data_pipeline_rda_grpc_inproc_server_mode: *grpc_inprocess_mode
Expand Down

0 comments on commit f567fa0

Please sign in to comment.