How to reduce the frequency of task status lines in the log file #5415
-
Hello, I started to use NextFlow with Az. Batch. I'm facing an issue with very large log files due to status lines that are saved every 10 sec for each task. This is an example: Could you please indicate how to vary the frequency of these lines? I tried with executor.pollInterval, but it is not the right one. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
pollInterval is the correct setting: executor.pollInterval = '60s' Just note that this is the interval between checking all tasks, not each task. So you will see a wall of status updates every 60 seconds. |
Beta Was this translation helpful? Give feedback.
#5416