fix(km): keep backfill reconciler loop alive
All checks were successful
Code Review / ai-code-review (push) Successful in 11s
CD Pipeline / tests (push) Successful in 1m12s
CD Pipeline / build-and-deploy (push) Successful in 4m2s
CD Pipeline / post-deploy-checks (push) Successful in 1m18s

This commit is contained in:
Your Name
2026-05-06 17:03:22 +08:00
parent 73d7e332a4
commit c1ac157aaf
3 changed files with 61 additions and 2 deletions

View File

@@ -25,7 +25,9 @@ Feature Flag
from __future__ import annotations
import asyncio
import json
import structlog
from src.core.config import settings