Skip to content

Commit

Permalink
change statuses to match models (#11736)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ee0a02feb89e17d062933dc181e7a14d324dc16a
  • Loading branch information
weydaej authored and Descartes Labs Build committed Apr 12, 2023
1 parent 18d1f37 commit c97f04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descarteslabs/core/compute/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class State(StrEnum):
class FunctionStatus(StrEnum):
AWAITING_BUNDLE = "awaiting_bundle"
BUILDING = "building"
PENDING = "pending"
BUILD_FAILED = "build_failed"
RUNNING = "running"
SUCCESS = "success"
FAILURE = "failure"
Expand Down

0 comments on commit c97f04c

Please sign in to comment.