New PENDING_VERSION system which now requires queues to exist at dequeue time

This commit is contained in:
Eric Allam
2025-03-20 15:07:19 +00:00
parent 7a58439728
commit 7e411ac162
40 changed files with 793 additions and 359 deletions
+3 -3
View File
@@ -1677,7 +1677,7 @@ components:
type: string
description: The status of the run
enum:
- WAITING_FOR_DEPLOY
- PENDING_VERSION
- QUEUED
- EXECUTING
- REATTEMPTING
@@ -1752,7 +1752,7 @@ components:
type: string
description: The status of the run
enum:
- WAITING_FOR_DEPLOY
- PENDING_VERSION
- QUEUED
- EXECUTING
- REATTEMPTING
@@ -1947,8 +1947,8 @@ components:
type: string
description: The status of the run
enum:
- PENDING_VERSION
- DELAYED
- WAITING_FOR_DEPLOY
- QUEUED
- EXECUTING
- REATTEMPTING