fix: roll branch follower on config changes

This commit is contained in:
Codex
2026-07-03 14:32:12 +00:00
parent bae8fcdf97
commit 69620e5358
4 changed files with 22 additions and 10 deletions
+1
View File
@@ -280,6 +280,7 @@ function parseController(root: Record<string, unknown>): ControllerSpec {
intervalSeconds: integerField(loop, "intervalSeconds", "controller.loop"),
reconcileTimeoutSeconds: integerField(loop, "reconcileTimeoutSeconds", "controller.loop"),
leaseDurationSeconds: integerField(loop, "leaseDurationSeconds", "controller.loop"),
terminationGracePeriodSeconds: integerField(loop, "terminationGracePeriodSeconds", "controller.loop"),
},
budgets: {
applyWaitSeconds: integerField(budgets, "applyWaitSeconds", "controller.budgets"),