I saw you guys were having an outage today and noticed some of my workers were returning the message “Internal Server Error” on ALL routes. ALL of my workers were doing that. I had to redeploy via “wrangler deploy” and then my workers came back online. I’m just letting you know you might have more Workers that are offline.
Can you share any more information about what your Workers are doing? Any more specific errors than “internal server error” in the logs?
There have been no Worker-specific issues today that I’m aware of, nor would it be likely that redeploying your Workers would have any effect if there were. This is much more likely to be an issue in your code or the service that your code is hitting.
Nothing in the logs. Every single route was just saying “internal server error” for almost all of my workers when they were working fine until that day.
There’ve been no widespread issues reported, so this is very likely to be something with your code or the service you’re hitting. Can you share your code, a way to reproduce, or any more info about specifically what your Worker is doing?