[GH-ISSUE #1114] Fix the /api/v3/checks/<uuid>/pings/<n>/body call to return 503 when object storage is down #774

Closed
opened 2026-02-25 23:43:32 +03:00 by kerem · 0 comments
Owner

Originally created by @cuu508 on GitHub (Jan 10, 2025).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1114

Currently, if we're receiving an invalid response from S3, or the request times out, we return HTTP 404 to the client. This is wrong, 404 means "resource does not exist", not "something went wrong". We should instead return 500 or 503.

Originally created by @cuu508 on GitHub (Jan 10, 2025). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1114 Currently, if we're receiving an invalid response from S3, or the request times out, we return HTTP 404 to the client. This is wrong, 404 means "resource does not exist", not "something went wrong". We should instead return 500 or 503.
kerem closed this issue 2026-02-25 23:43:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#774
No description provided.