From 95184f83c487855f39501189864d131051c0484a Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Wed, 15 Jul 2026 02:32:46 +0530 Subject: [PATCH] chore: retrigger isolated CI builds for 8 services stuck on bad digests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The last crates/db push (professional.rs role_key fix) rebuilt all 20 services concurrently again, and 8 of them landed ImagePullBackOff on a digest the registry doesn't have — same congestion pattern as the employees incident. This commit only touches apps/*/ for the affected services so CI rebuilds just these 8 in relative isolation. Co-Authored-By: Claude Sonnet 5 --- apps/catering_services/src/main.rs | 1 + apps/companies/src/main.rs | 1 + apps/developers/src/main.rs | 1 + apps/graphic_designers/src/main.rs | 1 + apps/job_seekers/src/main.rs | 1 + apps/leads/src/main.rs | 1 + apps/tutors/src/main.rs | 1 + apps/ugc_content_creators/src/main.rs | 1 + 8 files changed, 8 insertions(+) diff --git a/apps/catering_services/src/main.rs b/apps/catering_services/src/main.rs index 52ee13a..79615eb 100644 --- a/apps/catering_services/src/main.rs +++ b/apps/catering_services/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/companies/src/main.rs b/apps/companies/src/main.rs index 2a1c740..4a330ef 100644 --- a/apps/companies/src/main.rs +++ b/apps/companies/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/developers/src/main.rs b/apps/developers/src/main.rs index cc418f4..e479d71 100644 --- a/apps/developers/src/main.rs +++ b/apps/developers/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/graphic_designers/src/main.rs b/apps/graphic_designers/src/main.rs index 8777acf..a5daa56 100644 --- a/apps/graphic_designers/src/main.rs +++ b/apps/graphic_designers/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/job_seekers/src/main.rs b/apps/job_seekers/src/main.rs index 595f19e..88eb745 100644 --- a/apps/job_seekers/src/main.rs +++ b/apps/job_seekers/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/leads/src/main.rs b/apps/leads/src/main.rs index 84356ac..376786b 100644 --- a/apps/leads/src/main.rs +++ b/apps/leads/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] use axum::{ diff --git a/apps/tutors/src/main.rs b/apps/tutors/src/main.rs index 360cb8a..af13357 100644 --- a/apps/tutors/src/main.rs +++ b/apps/tutors/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/ugc_content_creators/src/main.rs b/apps/ugc_content_creators/src/main.rs index 3b6a1a8..c2c7062 100644 --- a/apps/ugc_content_creators/src/main.rs +++ b/apps/ugc_content_creators/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers;