Failed to update machine 328733df615118: failed to update VM: 504: upstream request timeout

Also: Error: failed to launch VM: request returned non-2xx status: 504: upstream request timeout

I often encounter this problem during deployment, very annoying

What command or action are you doing that results in this error? What does your app look like in terms of machines? Would you show your TOML configuration here?

Just fly deploy

fly.toml file:

app = 'xxx-worker'
primary_region = 'sjc'
kill_timeout = 10

[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
1 Like

Hmm, this is not a lot of information to go on. Could you safely try deploying to another region?

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