How to temporarily pause services
Hey! I couldn't find a resource that lets me pause some deployed node.js services so that I do not incur charges while they are not in use. Help will be appreciated.
Solution:Jump to solution
If you delete the active deployment (not the service or project, the deployment) your app will stop running but it’s configuration will be saved
10 Replies
Project ID:
90ee1053-4060-4875-8074-9215f9b822dc
90ee1053-4060-4875-8074-9215f9b822dc
Pausing a service is not supported ATM, but iirc scaling to zero is in the works
scaling to zero is not something that’s on the team’s radar atm
Whoops
I would have sworn I heard someone do say tha
Solution
If you delete the active deployment (not the service or project, the deployment) your app will stop running but it’s configuration will be saved
To relaunch your app, push a new commit
that would work. Thank you :)
Adam is correct, it is not something on the radar atm, it has since been moved to low priority
Oh, so I was not tripping after all, good to know