Skip to content

Commit

Permalink
increase pollInterval and disable global status queue check
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnonanthony committed Jan 6, 2025
1 parent 3152f88 commit 28b7849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,11 @@ profiles {
executor {
name = 'slurm'
queueSize = 1000
queueGlobalStatus = true
queueGlobalStatus = false
queueStatInterval = '3 min'
submitRateLimit = '10/1sec'
exitReadTimeout = '30 min'
pollInterval = '30 sec'
jobName = {
task.name
.replace("[", "(")
Expand Down

0 comments on commit 28b7849

Please sign in to comment.