Error on deploy: You have reached the maximum number of machines for this app

I’ve read a number of posts on this error message and wonder if I need manual intervention to solve this.

I’m getting this error message on fly deploy:

...
DEBUG got lease on machine e784e654a29d18: &{success 0xc001099dd0  }

DEBUG <-- 422 https://api.machines.dev/v1/apps/myapp/machines/e784e654a29d18 (138.6ms)

DEBUG {
  "error": "You have reached the maximum number of machines for this app.

Here’s the output of fly scale show:

NAME	COUNT	KIND  	CPUS	MEMORY	REGIONS 
app 	              2    	shared    	1   	           256 MB	          mia(2) 	

I have a phoenix app and a postgres db. Don’t see anything out of the ordinary. I’ve sent a message to billing@fly. No response. Can someone help me get past this error?

I’m not getting this error anymore. Don’t know if this is related–I abandoned an experiment and reset my runtime.exs config :myapp, LinkuWeb.Endpoint to check_origin: ["https://myapp.fly.dev"]. Fly.io increased my machine. Thank you!!

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