_job
_write_shutdown_file(*, job)
¶
Write job's shutdown file.
| PARAMETER | DESCRIPTION |
|---|---|
job
|
TYPE:
|
Note: we are not marking the job as failed (by setting its status
attribute) here, since this will be done by the runner backend as soon as
it detects the shutdown-trigerring file and performs the actual shutdown.
Source code in fractal_server/app/routes/aux/_job.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |