Sentry has noticed an unhandled error on the production platform that occurs when the Ordnance Survey JSON cannot be reached, producing a 504 error. This is likely because the OS site is temporarily unavailable.
To handle this, we should allow up to 3 retries when this error is found.
If after 3 retries, the OS JSON is still unavailable, we should handle this error and give a message.
Tech Approach
Acceptance Criteria/Tests
When fixed, this issue should no longer appear in Sentry but as a handled issue.
Overview
Sentry has noticed an unhandled error on the production platform that occurs when the Ordnance Survey JSON cannot be reached, producing a 504 error. This is likely because the OS site is temporarily unavailable.
To handle this, we should allow up to 3 retries when this error is found.
If after 3 retries, the OS JSON is still unavailable, we should handle this error and give a message.
Tech Approach
Acceptance Criteria/Tests
Resourcing