Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
coachchucksol committed Mar 7, 2025
1 parent 43193ef commit 8957b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/keeper/keeper_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub async fn startup_keeper(
let mut start_of_loop;
let mut end_of_loop;

let run_operations = !metrics_only;
let run_operations = !metrics_only && !run_migration;
let emit_metrics = emit_metrics || metrics_only;

loop {
Expand Down

0 comments on commit 8957b39

Please sign in to comment.