Traceback (most recent call last):
File "fetch_and_render.py", line 676, in <module>
buildkite_status = get_buildkite_status()
File "fetch_and_render.py", line 204, in get_buildkite_status
assert resp.status_code == 200, resp.text
AssertionError: <html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
</body>
</html>