File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -363,6 +363,19 @@ options are supported by the builtin plugins of ``flux-shell``:
363363 job's nodes if the scope is local, versus only the first node of the
364364 job if the scope is global.
365365
366+ **signal=OPTION **
367+ Deliver signal ``SIGUSR1 `` to the job 60s before job expiration.
368+ To customize the signal number or amount of time before expiration to
369+ deliver the signal, the ``signal `` option may be an object with one
370+ or both of the keys ``signum `` or ``timeleft ``. (See below)
371+
372+ **signal.signum **\ =\ *NUMBER *
373+ Send signal *NUMBER * to the job ``signal.timeleft `` seconds before
374+ the time limit.
375+
376+ **signal.timeleft **\ =\ *TIME *
377+ Send signal ``signal.signum `` *TIME * seconds before job expiration.
378+
366379.. warning ::
367380 The $FLUX_JOB_TMPDIR is cleaned up when the job ends, is guaranteed to
368381 be unique, and is generally on fast local storage such as a *tmpfs *.
Original file line number Diff line number Diff line change 705705unbuffered
706706statex
707707pmix
708+ SIGUSR
You can’t perform that action at this time.
0 commit comments