I use a docker container at AMS with scale to zero (see attached config). Since 11th of october 1 of 100 startups (the 99th percentile) requires 5 secs (instead of 3 secs). Since October 22th the 90th percentile of startup even degraded to 10secs.
As I did not exchange my docker image the problem has to be originated from fly.io.
[http_service]
auto_start_machines = true
auto_stop_machines = true
force_https = true
internal_port = 80
min_machines_running = 0
processes = [ "app" ]
[[vm]]
size = "shared-cpu-1x"
any hints?