Just pushed an update for a patch with arc diff
to D10917 which failed with an exception:
$ arc diff
Linting...
No lint engine configured for this project.
Running unit tests...
No unit test engine is configured for this project.
Exception
[HTTP/502]
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.16.1</center>
</body>
</html>
(Run with `--trace` for a full exception trace.)
As I wanted to check the status on the webpage, I found that https://dev.getsol.us/ is always responding with "502 Bad Gateway" now.
Did my arc diff
crashed the server or did I got the exception because the server went down?