set fly limits explicitly

This commit is contained in:
GroovieGermanikus 2023-12-04 10:13:12 +01:00
parent 66301cb23b
commit a4a91231e1
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ primary_region = "nrt"
[http_service]
internal_port = 8080
force_https = true
[http_service.concurrency]
type = "requests"
soft_limit = 50
hard_limit = 150
[[http_service.checks]]
grace_period = "10s"