storage latency features #5532
colindaven
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
our environment still suffers from latency (including but not limited to NFS storage) which I can only seem to deal with by introducing sleep 300 commands after data intensive commands in nextflow processes. Think long read filtering of 60 GB input, or outputting an assembly with over 20 GB of files.
Snakemake has the following commands to deal with latency. I haven't seen any of this in Nextflow so far (am I missing something?). Is it planned or maybe even not needed for some reason ?
I think the
--latency-wait
might be useful for me and some others, see 151 errors at #4272Thanks
Beta Was this translation helpful? Give feedback.
All reactions