load tests for scrape route
This commit is contained in:
@@ -17,20 +17,20 @@ kill_timeout = '5s'
|
||||
[http_service]
|
||||
internal_port = 8080
|
||||
force_https = true
|
||||
auto_stop_machines = false
|
||||
auto_stop_machines = true
|
||||
auto_start_machines = true
|
||||
min_machines_running = 2
|
||||
processes = ['app']
|
||||
|
||||
[http_service.concurrency]
|
||||
type = "requests"
|
||||
hard_limit = 1000
|
||||
soft_limit = 1000
|
||||
hard_limit = 100
|
||||
soft_limit = 50
|
||||
|
||||
[[services]]
|
||||
protocol = 'tcp'
|
||||
internal_port = 8080
|
||||
processes = ['app']
|
||||
processes = ['worker']
|
||||
|
||||
[[services.ports]]
|
||||
port = 80
|
||||
@@ -43,8 +43,8 @@ kill_timeout = '5s'
|
||||
|
||||
[services.concurrency]
|
||||
type = 'connections'
|
||||
hard_limit = 1000
|
||||
soft_limit = 1000
|
||||
hard_limit = 25
|
||||
soft_limit = 20
|
||||
|
||||
[[vm]]
|
||||
size = 'performance-1x'
|
||||
|
||||
Reference in New Issue
Block a user