Try to fix fly deploys :(

This commit is contained in:
Jessica Canady 2024-08-25 15:56:38 -04:00
parent bc483e6fde
commit a3459135ba
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ

View file

@ -24,6 +24,10 @@ kill_signal = 'SIGTERM'
min_machines_running = 0
processes = ['app']
[[http_service.checks]]
timeout = "30s"
grace_period = "5s"
[http_service.concurrency]
type = 'connections'
hard_limit = 1000