candraa6 I want to create golang API in serv00. I heard that I need to manually handle service restart and monitoring. Is there something like PM2 process manager built in for serv00 that can safely swap file and restart (zero-downtime restart) in production ? I heard that serv00 use Phusion Passenger under the hood. can we use that to manage restart instead?
admin candraa6 Currently, we do not support hosting Golang applications using Passenger, but this may change in the future. You can use PM2 with us: you can install it, as it is a Node.js module.
candraa6 ok thanks. I'll see what I can do. I noticed that there's monit too the server, maybe I can use that. I'll try.