mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
Decrease AWS Batch queue size
This commit is contained in:
parent
47fa890ad7
commit
abae5c4bd8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ aws {
|
|||
executor {
|
||||
name = 'awsbatch'
|
||||
// Ensure unlimited queue size on AWS Batch
|
||||
queueSize = 100000
|
||||
queueSize = 500
|
||||
// Slow down the rate at which AWS Batch jobs accumulate in
|
||||
// the queue (an attempt to prevent orphaned EBS volumes)
|
||||
submitRateLimit = '5 / 1 sec'
|
||||
|
|
Loading…
Reference in a new issue