Bug description:
The Always on button is now disappeared and I have subscribed hacker plan.
I don’t know what’s the problem, yesterday I reported that replit stuck on the booting and today I can’t make my project sill working.
Expected vs Current Behavior:
Steps to reproduce:
Bug appears at this link: https://replit.com/@ulvhgujdfd14/3teeb
Screenshot(s)/Screen Recording:
Browser/OS/Device: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Replit Profile: https://replit.com/@ulvhgujdfd14
1 Like
KAlexK
September 15, 2023, 8:53am
2
Always On has been replaced by static deployments .
3 Likes
I’m using Python [Flask]
What is most suitable for me?
1 Like
KAlexK
September 15, 2023, 9:05am
5
For sites, it is better to use deployments .
4 Likes
After my search
I found this
Static Deployments: for html, css, js and doesn’t support any programming lang
Autoscale Deployments: I don’t exactly know what is it but I think it also doesn’t support any programming lang
Reserved VMs: This will run with programming lang but it needs to subscribe over my hacker plan and this is not a solution
I just need run my python code on hacker plan [Always on]
1 Like
ulvhgujdfd14:
Autoscale Deployments
@ulvhgujdfd14 I suggest you use this. It’s free for Hacker, and scales according to the resources you use.
You can use it for Python.
IIRC it supports all.
2 Likes
KAlexK
September 15, 2023, 4:36pm
8
To make the repl not turn off, you can use services such as Uptimerobot .
I haven’t used this method myself, but theoretically, it could work.
2 Likes
soren
September 18, 2023, 7:32pm
9
Autoscale deployments are also included in the hacker plan!
1 Like