Skip to content
Snippets Groups Projects

try to ensure all required log file exist before submission

Merged Charlotte Hausman requested to merge fix-log-monitoring into 2.8.3.1-patch
1 unresolved thread
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -804,6 +804,8 @@ class WorkflowService(WorkflowServiceIF):
return True
else:
logger.warning(f"Failed to create {logfile}. Trying again")
# sleep slightly, but not too long, and try again
sleep(0.5)
iteration += 1
self._create_base_logfile(logfile, iteration)
Loading