From ea622a4af8ffd5152062477008caeefff23f45e1 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Wed, 15 Jul 2026 03:01:39 +0530 Subject: [PATCH] chore: retrigger isolated CI builds for 6 more services on bad digests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same congestion pattern from the crates/contracts push. gateway still had 2 healthy replicas serving traffic throughout, so no outage — just a failed rolling-update replica for these 6 services. Co-Authored-By: Claude Sonnet 5 --- apps/cron/src/main.rs | 1 + apps/fitness_trainers/src/main.rs | 1 + apps/gateway/src/main.rs | 1 + apps/jobs/src/main.rs | 1 + apps/tutors/src/main.rs | 1 + apps/ugc_content_creators/src/main.rs | 1 + 6 files changed, 6 insertions(+) diff --git a/apps/cron/src/main.rs b/apps/cron/src/main.rs index ef7fb8b..28adc8e 100644 --- a/apps/cron/src/main.rs +++ b/apps/cron/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 #![allow(dead_code)] use std::env; diff --git a/apps/fitness_trainers/src/main.rs b/apps/fitness_trainers/src/main.rs index bc94063..2c25805 100644 --- a/apps/fitness_trainers/src/main.rs +++ b/apps/fitness_trainers/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 #![allow(dead_code)] mod handlers; diff --git a/apps/gateway/src/main.rs b/apps/gateway/src/main.rs index 9a2578d..6d0039f 100644 --- a/apps/gateway/src/main.rs +++ b/apps/gateway/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 #![allow(dead_code)] // Gateway service - routes requests to upstream services diff --git a/apps/jobs/src/main.rs b/apps/jobs/src/main.rs index ad288c0..128971c 100644 --- a/apps/jobs/src/main.rs +++ b/apps/jobs/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 #![allow(dead_code)] use axum::{ diff --git a/apps/tutors/src/main.rs b/apps/tutors/src/main.rs index af13357..d46f9ef 100644 --- a/apps/tutors/src/main.rs +++ b/apps/tutors/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 // retrigger-build-marker #![allow(dead_code)] diff --git a/apps/ugc_content_creators/src/main.rs b/apps/ugc_content_creators/src/main.rs index c2c7062..43b9e93 100644 --- a/apps/ugc_content_creators/src/main.rs +++ b/apps/ugc_content_creators/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 // retrigger-build-marker #![allow(dead_code)]