mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #1114] Fix the /api/v3/checks/<uuid>/pings/<n>/body call to return 503 when object storage is down #774
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#774
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.