Guide: Elixir App v1 to v2 migration (It was easy)

UPDATE: flyctl 0.0.501+ fixed the issue

@tj1 The workaround until the fix is merged and released is to add a top level check to fly.toml

[checks.listen]
port = 4000
type = "tcp"
interval = "15s"
timeout = "2s"
grace_period = "1s"
2 Likes

@pacsni Sorry if I missed it: do you have the latest flyctl?

I had 0.0.500 when I was trying.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.