diff --git a/src/jobflow_remote/jobs/jobcontroller.py b/src/jobflow_remote/jobs/jobcontroller.py index 5f6d026f..6eecb101 100644 --- a/src/jobflow_remote/jobs/jobcontroller.py +++ b/src/jobflow_remote/jobs/jobcontroller.py @@ -910,6 +910,7 @@ def rerun_job( anymore. Doing otherwise will likely lead to inconsistencies in the DB. delete_files Delete all the files in the worker folder of the rerun Job. + Note that the deletion will not be performed directly but only when the job effectively restarts. Returns -------