Skip to content

Commit fb69eac

Browse files
committed
Simplified sdk logic, only returning ordered patches to the runtime.
Signed-off-by: Albert Callarisa <[email protected]>
1 parent 542cccf commit fb69eac

File tree

12 files changed

+2274
-2219
lines changed

12 files changed

+2274
-2219
lines changed

api/orchestration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
RUNTIME_STATUS_TERMINATED OrchestrationStatus = protos.OrchestrationStatus_ORCHESTRATION_STATUS_TERMINATED
4343
RUNTIME_STATUS_PENDING OrchestrationStatus = protos.OrchestrationStatus_ORCHESTRATION_STATUS_PENDING
4444
RUNTIME_STATUS_SUSPENDED OrchestrationStatus = protos.OrchestrationStatus_ORCHESTRATION_STATUS_SUSPENDED
45-
RUNTIME_STATUS_PENDING_VERSION OrchestrationStatus = protos.OrchestrationStatus_ORCHESTRATION_STATUS_PENDING_VERSION
45+
RUNTIME_STATUS_STALLED OrchestrationStatus = protos.OrchestrationStatus_ORCHESTRATION_STATUS_STALLED
4646
)
4747

4848
type OrchestrationIdReusePolicy = protos.OrchestrationIdReusePolicy

0 commit comments

Comments
 (0)