When an RSS url returns a 500 (or a connection timeout as recently seen)... we should:
- Log a warning (so we can track in CloudWatch)
- Return a 200 to the user (or a different non-5XX?)
- Render a nice error message for the user
That way we get visibility into these, but don't have to sift through a bunch of 5XX alarms on our side.
When an RSS url returns a 500 (or a connection timeout as recently seen)... we should:
That way we get visibility into these, but don't have to sift through a bunch of 5XX alarms on our side.