Hacker News new | ask | show | jobs
by drsintoma 4505 days ago
> 502 Bad Gateway

I believe your go process crashed. Consider using something like runit or supervisord.

2 comments

A Go webserver shouldn't need supervisord. If the program is crashing then that's a sign of a more serious exception which needs to be fixed (eg unsafe global variables) as most other exceptions will just force a stack dump but keep the parent process running.
It did, it's back up, I will. Thanks
Down again.