Deadlock - CI/CD用語集の定義
deadlockは、タスクが互いに保持するリソースを待ち合い、どれも進めなくなる膠着状態です。CIではtimeoutまで実行され続けるハングしたjobとして現れます。
関連ガイド
Race Condition - CI/CD Glossary DefinitionA race condition is a bug where the outcome depends on the unpredictable timing of concurrent operations. Rac…
timeout-minutes - CI/CD Glossary Definitiontimeout-minutes caps how long a job or step may run before GitHub Actions cancels it, preventing a hung proce…
Zombie Process - CI/CD Glossary DefinitionA zombie process has exited but its parent has not yet collected its status, so it lingers in the process tab…