Skip to content

Spacing out processes by user-defined time #2079

Answered by pditommaso
silvia-s asked this question in Q&A
Discussion options

You must be logged in to vote

Try adding the following setting in the nextflow.config file

executor {
  submitRateLimit = '1/10s'
}

Find details here https://www.nextflow.io/docs/latest/config.html?highlight=rate%20limit#scope-executor

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pditommaso
Comment options

You must be logged in to vote
1 reply
@pditommaso
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2074 on May 01, 2021 11:25.