Skip to content

Commit

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

Add it to common/job-dependencies.rst.
  • Loading branch information
grondo committed Jan 20, 2025
1 parent f56a183 commit bc210ea
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.

afterexc: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 @@ -941,3 +941,4 @@ SATTR
myprogram
unref
sigprocmask
afterexc

0 comments on commit bc210ea

Please sign in to comment.