Update fly.toml grace and hostnames.

This commit is contained in:
Jessica Canady 2024-08-27 10:28:29 -04:00
parent 5e060a7184
commit 6fc8af3b28
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ

View file

@ -13,7 +13,7 @@ kill_signal = 'SIGTERM'
release_command = '/app/bin/migrate' release_command = '/app/bin/migrate'
[env] [env]
PHX_HOST = 'jol.fly.dev' PHX_HOST = 'jess.canady.tech'
PORT = '8080' PORT = '8080'
[http_service] [http_service]
@ -26,7 +26,7 @@ processes = ['app']
[[http_service.checks]] [[http_service.checks]]
timeout = "30s" timeout = "30s"
grace_period = "5s" grace_period = "30s"
[http_service.concurrency] [http_service.concurrency]
type = 'connections' type = 'connections'