Skip to content

Prevent simultaneous jobs

Added logic to warn user if they are about to submit a job when one is already running.

In the future, this could be improved to compare the results_folder of the current job, and the previously running job, and only issue the warning if they are the same.

Merge request reports