IMPROVEMENT: Add management command to abort all active jobs #229
Labels
app:jobs
missing-feature
When some functionality is missing from an existing feature
priority:medium
Before a downtime, it is necessary to abort the active jobs to ensure a defined job status after the maintenance.
The jobs should get the status
ABORTED
with the error messageAborted due to a planned downtime
. Alternatively, the message could be provided with an optionpython manage.py abort_active_jobs -m "Aborted due to the maintenance"
The text was updated successfully, but these errors were encountered: