docs: update production workflow design and runtime changes

This commit is contained in:
2026-06-14 18:47:00 +08:00
parent 58a87706ef
commit b1c59051b9
41 changed files with 2042 additions and 134 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ async def lifespan(app: FastAPI):
sbas_catalog_bootstrap = await sbas_insar_catalog_service.bootstrap_catalog_on_startup_clean()
except Exception as exc:
sbas_catalog_bootstrap = {
"storage_root": settings.GAMMA_SBAS_WORK_ROOT,
"storage_root": settings.GAMMA_SBAS_PRODUCT_ROOT,
"manifest_count": 0,
"db_count": 0,
"needs_rebuild": False,