The Always on button is disappeared

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:
image

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

Always On has been replaced by static deployments.

3 Likes

Not only Static Deployments, Autoscale Deployments as well.
https://docs.replit.com/hosting/deployments/about-deployments

3 Likes

I’m using Python [Flask]
What is most suitable for me?

1 Like

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 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

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

Autoscale deployments are also included in the hacker plan!

1 Like