170
Ability to restart servers
planned
K
Kai Marshland
Sometimes (particularly in the development stage) my server has gotten stuck on something and I want to be able to restart it. While I can manually deploy, this retriggers the build process, making it take longer than a simple restart.
Log In
Activity Feed
Sort by
R
Robb Shecter
Yes, so the request is really to have an API endpoint to restart a service without a build but
with
zero-downtime.a
admin
Would also love to have this for CRON jobs. Currently I have to change the type to restart the server. Clicking a button would be much better.
M
Michael Hellein
As noted in the community forum, it's possible to use
kill
within an SSH session to restart a service, but it is rather clumsy and triggers spurious emails about the service failing. https://community.render.com/t/a-dump-question-how-to-reboot-a-server-on-render/1651/10A
Alec Larson
I would love if there were runtime-only environment variables that only restart the server, instead of triggering a build.
For example, I might set DEBUG to enable more logs in my Node.js web service, and the development cycle is faster when I can avoid the unwanted rebuild.
A
Austin Turner
I agree, this would be a great feature.
- I should be able to manually restart without triggering a full build
- If I change an env var, my app should restart without a full build (I am coming from Heroku, and I liked that they handled it without requiring a full build and if I needed a full build I could easily trigger one, but often env vars are just runtime concerns)
Anurag Goel
planned
m
mark
Anurag Goel: Is there an updated status on this? Is it still planned?
Anurag Goel
mark: yes, it is still planned.
L
Léonard Henriquez
Anurag Goel: To be honest it's seem to me like a must have feature that even early stage PaaS usually have... I am little worried of deploying an app in production without having this feature... Do you have an ETA on this?
Anurag Goel
Léonard Henriquez: still planned; we'll get to it, but other (larger) changes have taken priority.
L
Léonard Henriquez
Anurag Goel: Ok thanks but do you have an ETA?
Anurag Goel
Léonard Henriquez: it's likely going to happen in the next 6 months, but since we haven't started working on it yet, I can't be more precise.
O
Oleg Komarov
How are changes to environment variables treated? For example Heroku automatically restarts the dyno on env variable change
Anurag Goel
Oleg Komarov: We automatically build and restart the service on env vars changes.
H
Hugh Lilly
Anurag Goel: Is this true even on the free tier? My service has not restarted and I've just changed an env var.