We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77506d0 commit 91f572bCopy full SHA for 91f572b
doc/users/debug.rst
@@ -58,4 +58,11 @@ performance issues.
58
you will get a `ConcurrentLogHandler` error. Simply remove the pypeline.lock
59
file in your home directory and continue.
60
61
+#. One many clusters with shared NFS mounts synchronization of files across
62
+ clusters may not happen before the typical NFS cache timeouts. When using
63
+ PBS/LSF/SGE/Condor plugins in such cases the workflow may crash because it
64
+ cannot retrieve the node result. Setting the `job_finished_timeout` can help::
65
+
66
+ workflow.config['execution']['job_finished_timeout'] = 65
67
68
.. include:: ../links_names.txt
0 commit comments