DashboardKnowledgeVerify fix is live + rerun re-execution…

Verify fix is live + rerun re-execution + queued workflow congestion before merging PR

Category: preference
Confidence: 0.00
ID: 019fd83d-cf3f-7489-b204-349ee87e1ebe
Project ID: (global)
Cross-project: Yes
Recalled in other projects: 0
Source session: 10CB39sjDEU34DFrd
Created: 2026-08-05 18:14:21
Updated: 2026-08-06 18:02:37

Content

Directive (Burak Yigit Kaya, Aug 5-6 2026): always verify a merged fix is actually live in production before moving on — production traffic may still hit old code paths (cold caches, partial deploys, race windows). Pre-merge gates for PR #1592 (Aug 6 2026):

  1. CI failure inspection: Failed to resolve action download info. Service Unavailable is GitHub Actions infra outage (ubuntu-24.04 v20260804.265.1, Azure westus3), NOT code defect. Check githubstatus.com before assuming regression; rerun transient infra failures (don't bypass with --admin).

  2. Rerun re-execution: gh run rerun --failed on flaky Actions can leave previously-queued jobs CANCELLED without re-executing — inspect gh run view ID --json jobs for CANCELLED jobs that never retried. mergeable=MERGEABLE, mergeState=UNSTABLE + statusCheckRollup FAILURE can coexist with all real jobs passing.

  3. Queued-but-stuck workflow (PR #1592): runs 31121270326 + 31121270285 (preview) sat queued 50m+ with status=pending (preview job 92691528127 also * pending). gh run rerun returns 403 ("This workflow is already running"). Conclusion: GitHub Actions runners were congested, not code-stuck. Escalation: cancel via `gh api rep [truncated — entry too long]

Move to: