mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #753] Missing last duration times #530
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#530
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 @warwickmm on GitHub (Dec 17, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/753
Previously, I was able to see the duration times as documented here:
However, starting a few months ago, I no longer see the duration times:
If I click on the "last ping", I do see a duration:
Similarly, if I click on "show details", I do see durations for all the events. Has the duration been removed from the main page, or am I doing something incorrectly?
@cuu508 commented on GitHub (Dec 18, 2022):
Thanks for reporting this. This was caused by a bug I introduced when adding Run IDs. I've now fixed the bug – you should start seeing durations again for the future pings.
The bug was in custom code that runs on hc-ping.com (not part of this repository, so no new commits here). The bug was to do with comparing run IDs. If the run IDs for both the "start" and the "success" pings are NULL, then we're comparing NULL <--> NULL, and Postgres is a little funky there: