Skip to content

Commit 91f572b

Browse files
committed
doc: add information about NFS timeouts
closes #762
1 parent 77506d0 commit 91f572b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/users/debug.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,11 @@ performance issues.
5858
you will get a `ConcurrentLogHandler` error. Simply remove the pypeline.lock
5959
file in your home directory and continue.
6060

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+
6168
.. include:: ../links_names.txt

0 commit comments

Comments
 (0)