Skip to content

Commit 479c4c8

Browse files
authored
Merge pull request #297 from grondo/rfc26-after-update
rfc26: after:JOBID jobs should start after start event
2 parents c96218e + 78c9bf6 commit 479c4c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spec_26.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,10 @@ after
144144
``value`` SHALL be interpreted as the antecedent jobid, in any valid
145145
FLUID encoding from RFC 19.
146146

147-
The dependency SHALL be satisfied once the antecedent job enters RUN state.
148-
If the antecedent job reaches INACTIVE state without entering RUN state,
149-
a fatal exception SHOULD be raised on the dependent job.
147+
The dependency SHALL be satisfied once the antecedent job enters RUN state
148+
and posts a ``start`` event. If the antecedent job reaches INACTIVE state
149+
without entering RUN state and posting a ``start`` event, a fatal exception
150+
SHOULD be raised on the dependent job.
150151

151152

152153
afterany

0 commit comments

Comments
 (0)