Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/reconcile_cloud_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def _legacy_scheduler_jobs(service: str) -> list[str]:
f"{base_service}-precheck-scheduler",
]
)
candidates.append("schwab-pre-market-dry-run")
candidates.append("schwab-monitor-dispatcher-scheduler")
return list(dict.fromkeys(candidates))

Expand Down
2 changes: 2 additions & 0 deletions tests/test_reconcile_cloud_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ def test_cleanup_schedulers_deletes_only_whitelisted_legacy_jobs(self) -> None:
"charles-schwab-service-precheck-scheduler",
"charles-schwab-probe-scheduler",
"charles-schwab-precheck-scheduler",
"schwab-pre-market-dry-run",
"schwab-monitor-dispatcher-scheduler",
}
marked_jobs = {
Expand Down Expand Up @@ -298,6 +299,7 @@ def fake_run(command, text, capture_output, check):
[
"charles-schwab-probe-scheduler",
"charles-schwab-precheck-scheduler",
"schwab-pre-market-dry-run",
"schwab-monitor-dispatcher-scheduler",
],
)
Expand Down