This commit is contained in:
2026-05-20 23:54:53 +03:00
parent a43886106e
commit 68740cd9ed
167 changed files with 10620 additions and 29041 deletions

View File

@@ -6,7 +6,7 @@
import sys
# Batch limit for repository status queries
# Guard value: batch limit for repository status queries prevents overload on large repo sets
MAX_REPOSITORY_STATUS_BATCH: int = 50

View File

@@ -251,7 +251,7 @@ def _resolve_repo_key_from_ref(
if dashboard_slug:
return str(dashboard_slug)
except Exception:
pass
logger.debug("Could not resolve dashboard slug for dashboard_id=%s", dashboard_id)
return f"dashboard-{dashboard_id}"
# #endregion _resolve_repo_key_from_ref