各configのデフォルト値を揃える
This commit is contained in:
parent
96341da279
commit
1e7fea4e05
|
@ -183,12 +183,13 @@ id: 'aidx'
|
||||||
#clusterLimit: 1
|
#clusterLimit: 1
|
||||||
|
|
||||||
# Job concurrency per worker
|
# Job concurrency per worker
|
||||||
# deliverJobConcurrency: 128
|
#deliverJobConcurrency: 16
|
||||||
# inboxJobConcurrency: 16
|
#inboxJobConcurrency: 4
|
||||||
|
#relationshipJobConcurrency: 16
|
||||||
|
|
||||||
# Job rate limiter
|
# Job rate limiter
|
||||||
# deliverJobPerSec: 128
|
#deliverJobPerSec: 1024
|
||||||
# inboxJobPerSec: 32
|
#inboxJobPerSec: 64
|
||||||
|
|
||||||
# Job attempts
|
# Job attempts
|
||||||
#deliverJobMaxAttempts: 12
|
#deliverJobMaxAttempts: 12
|
||||||
|
|
|
@ -197,9 +197,10 @@ id: 'aidx'
|
||||||
# Job concurrency per worker
|
# Job concurrency per worker
|
||||||
#deliverJobConcurrency: 16
|
#deliverJobConcurrency: 16
|
||||||
#inboxJobConcurrency: 4
|
#inboxJobConcurrency: 4
|
||||||
|
#relationshipJobConcurrency: 16
|
||||||
|
|
||||||
# Job rate limiter
|
# Job rate limiter
|
||||||
# deliverJobPerSec: 128
|
#deliverJobPerSec: 1024
|
||||||
#inboxJobPerSec: 64
|
#inboxJobPerSec: 64
|
||||||
|
|
||||||
# Job attempts
|
# Job attempts
|
||||||
|
|
|
@ -172,6 +172,7 @@ id: 'aidx'
|
||||||
# Job concurrency per worker
|
# Job concurrency per worker
|
||||||
#deliverJobConcurrency: 16
|
#deliverJobConcurrency: 16
|
||||||
#inboxJobConcurrency: 4
|
#inboxJobConcurrency: 4
|
||||||
|
#relationshipJobConcurrency: 16
|
||||||
|
|
||||||
# Job rate limiter
|
# Job rate limiter
|
||||||
#deliverJobPerSec: 1024
|
#deliverJobPerSec: 1024
|
||||||
|
|
|
@ -193,6 +193,7 @@ id: "aidx"
|
||||||
# Job concurrency per worker
|
# Job concurrency per worker
|
||||||
#deliverJobConcurrency: 16
|
#deliverJobConcurrency: 16
|
||||||
#inboxJobConcurrency: 4
|
#inboxJobConcurrency: 4
|
||||||
|
#relationshipJobConcurrency: 16
|
||||||
|
|
||||||
# Job rate limiter
|
# Job rate limiter
|
||||||
#deliverJobPerSec: 1024
|
#deliverJobPerSec: 1024
|
||||||
|
|
Loading…
Reference in New Issue