I'm starting to get HTTP `520 Bad Gateway` responses from my Worker which I have not touched deploye

I'm starting to get HTTP 520 Bad Gateway responses from my Worker which I have not touched deployed in several days. From the logs, the requests don't event seem to reach the worker (no logs or exceptions). Some requests do reach the worker, but POST/PUT/PATCH requests do not and return 520. There is no backend and, responses are served solely by the worker itself. How do I debug this?
Was this page helpful?