File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class JobState(IntEnum):
1010 """Defines a set of states that a job can be in"""
1111
1212 UNKNOWN = 0
13- """The batch provider is unable to determinate a state for this job"""
13+ """The batch provider is unable to determine a state for this job"""
1414
1515 PENDING = 1
1616 """"This job is in the batch queue but has not started running"""
@@ -40,7 +40,7 @@ class JobState(IntEnum):
4040 """This job is held/suspended in the batch system"""
4141
4242 MISSING = 8
43- """This job has reached a terminal state without the resources(managers/workers)
43+ """This job has reached a terminal state without the resources (managers/workers)
4444 launched in the job connecting back to the Executor. This state is set by HTEX
4545 when it is able to infer that the block failed to start workers for eg due to
4646 bad worker environment or network connectivity issues.
You can’t perform that action at this time.
0 commit comments