Skip to content

Commit fd5db26

Browse files
committed
Simplified sdk logic, only returning ordered patches to the runtime.
Signed-off-by: Albert Callarisa <albert@diagrid.io>
1 parent 542cccf commit fd5db26

File tree

12 files changed

+2312
-2205
lines changed

12 files changed

+2312
-2205
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)