Skip to content

Commit

Permalink
doc: document afterexcept dependency scheme
Browse files Browse the repository at this point in the history
Problem: The `afterexcept` dependency scheme is undocumented.

Add it to common/job-dependencies.rst.
  • Loading branch information
grondo committed Jan 21, 2025
1 parent 6d64fd5 commit e9178b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/man1/common/job-dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ afternotok:JOBID
This dependency is satisfied after JOBID enters the INACTIVE state
with an unsuccessful result.

afterexcept:JOBID
This dependency is satisfied when JOBID enters the INACTIVE state
and a fatal job exception caused the transition to CLEANUP (e.g.,
node failure, timeout, cancel, etc.).

begin-time:TIMESTAMP
This dependency is satisfied after TIMESTAMP, which is specified in
floating point seconds since the UNIX epoch. See the ``--begin-time``
Expand Down
1 change: 1 addition & 0 deletions doc/test/spell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ reprioritization
afterany
afterok
afternotok
afterexcept
parsedatetime
cancelall
raiseall
Expand Down

0 comments on commit e9178b1

Please sign in to comment.