Skip to content

Commit

Permalink
chore: Add STARTING TaskStatus (aws-deadline#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moore <[email protected]>
  • Loading branch information
moorec-aws authored Oct 12, 2023
1 parent 7c06bf0 commit 74e9b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deadline_test_fixtures/deadline/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ class TaskStatus(StrEnum):
READY = "READY"
RUNNING = "RUNNING"
ASSIGNED = "ASSIGNED"
STARTING = "STARTING"
SCHEDULED = "SCHEDULED"
INTERRUPTING = "INTERRUPTING"
SUSPENDED = "SUSPENDED"
Expand Down

0 comments on commit 74e9b1c

Please sign in to comment.