app = "chronos-core"
primary_region = "iad"
[build]
dockerfile = "Dockerfile"
[env]
RUST_LOG = "allsource_core=info,tower_http=info"
ALLSOURCE_HOST = "0.0.0.0"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
[http_service.concurrency]
type = "requests"
hard_limit = 250
soft_limit = 200
[[http_service.checks]]
grace_period = "10s"
interval = "30s"
method = "GET"
path = "/health"
timeout = "5s"
[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 512