Hitting Fly API Errors on deployment

Hi,

I keep hitting this error on my deployment for my app:

Error You hit a Fly API error with request ID: 01GD4AE5051JCFVK21DTA93KTK-syd

I even tried deleting my app and creating it again, but I guess some caching is involved.

I’ve been hitting this error for at least the last 12 hours

Any help would be appreciated

I’m also hitting this error with another app under a similar name

Hey! Could you share some of your fly.toml?

As soon as you said that I realised that I had changed my toml to have

kill_signal = "SIGTERM"
kill_timeout = 10
processes = ["app"]

As soon as I removed app from the processes section my deployment was just fine :smile:

1 Like