fix: remaining multiline logger job_id errors and prevent grafana removal during deploy
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m34s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m34s
This commit is contained in:
@@ -97,7 +97,7 @@ jobs:
|
|||||||
# backend entrypoint will see alembic is already at head → no-op
|
# backend entrypoint will see alembic is already at head → no-op
|
||||||
# ──────────────────────────────────────────────
|
# ──────────────────────────────────────────────
|
||||||
echo "=== [7/8] Starting all services ==="
|
echo "=== [7/8] Starting all services ==="
|
||||||
docker compose up -d --remove-orphans
|
docker compose -f docker-compose.yml -f docker-compose.monitoring.yml up -d --remove-orphans
|
||||||
|
|
||||||
# Wait for backend healthy
|
# Wait for backend healthy
|
||||||
echo " Waiting for backend healthy..."
|
echo " Waiting for backend healthy..."
|
||||||
|
|||||||
@@ -1099,12 +1099,12 @@ async def _run_translation_job(
|
|||||||
)
|
)
|
||||||
logger.info(
|
logger.info(
|
||||||
"google_cloud_provider_selected",
|
"google_cloud_provider_selected",
|
||||||
job_id=job_id,
|
extra={"job_id": job_id},
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"google_cloud_key_missing_fallback_to_google",
|
"google_cloud_key_missing_fallback_to_google",
|
||||||
job_id=job_id,
|
extra={"job_id": job_id},
|
||||||
)
|
)
|
||||||
# translation_provider reste None → legacy Google gratuit
|
# translation_provider reste None → legacy Google gratuit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user