First steps with Fly here.
launched a vanilla python app.
Getting tons of:
- machine has reached its max restart count (10)
- machine did not have a restart policy, defaulting to restart
First steps with Fly here.
launched a vanilla python app.
Getting tons of:
Hey @zohar ,
Can you share logs?
It might help understand whats going on
also check fly status -all
to see more info on machines
Thank you @darkcheftar007
I see that the image entry is empty. Could it be that fly launch
didn’t figure out it was a Django app?
›$ fly status --all
App
Name = MACHINENAME
Owner = personal
Hostname = MACHINENAME.fly.dev
Image = -
Platform = machines
Doesn’t destory
with the -f
switch work?
Hey,
Can you share the log? fly logs
and can you share some details like are you using database?
I tried deploying django app following fly django starter blog
It went well.
you can see the deployment here
Hey,
I’m not completely sure, but I think as you are saying a vanila python app, I assume it does not require any ports or wont be having any taffic to the app,
if thats so you might need to try checking this how to use Machines as a standard disposable VM
Hope it helps
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.