add health check
This commit is contained in:
parent
2a41854483
commit
c83769e6e0
14
fly.toml
14
fly.toml
@ -1,9 +1,9 @@
|
|||||||
# fly.toml app configuration file generated for uiowaatr on 2024-04-22T12:40:29-05:00
|
# fly.toml app configuration file generated for uiowa-atr on 2024-04-23T16:22:44-05:00
|
||||||
#
|
#
|
||||||
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||||||
#
|
#
|
||||||
|
|
||||||
app = 'uiowaatr'
|
app = 'uiowa-atr'
|
||||||
primary_region = 'ord'
|
primary_region = 'ord'
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
@ -16,7 +16,13 @@ primary_region = 'ord'
|
|||||||
min_machines_running = 0
|
min_machines_running = 0
|
||||||
processes = ['app']
|
processes = ['app']
|
||||||
|
|
||||||
|
[[http_service.checks]]
|
||||||
|
interval = '30s'
|
||||||
|
timeout = '5s'
|
||||||
|
grace_period = '10s'
|
||||||
|
method = 'GET'
|
||||||
|
path = '/'
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
memory = '256MB'
|
memory = '256MB'
|
||||||
cpu_kind = 'shared'
|
size = 'shared-cpu-1x'
|
||||||
cpus = 1
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user