Cold Start - CI/CD用語集の定義
cold start は、新しい runner が起動してセットアップを行い、job が始まるまでの遅延です。warm pool がこれを削減します。
関連ガイド
What Is a CI Runner? Managed vs Self-Hosted ExplainedA CI runner is the machine that executes your pipeline jobs. Learn how runners work, the difference between h…
How to Speed Up GitHub Actions: 9 High-Impact TacticsMake GitHub Actions faster: caching, parallelization, test splitting, Docker layer caching, slimmer images, a…