mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #705] "502 Bad Gateway" at /checks/<UUID>/log/ for new UUIDs #507
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#507
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 @lukastribus on GitHub (Sep 19, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/705
Hello,
I just created a new check/UUID, a few successful log entries are already in there.
Going to:
shows everything is fine.
However clicking on "show more" (the new filter interface) leads to a long running transaction that after 30 seconds times out with a 502 Bad Gateway ("service down, please try in 10 minutes"):
I'm assuming the new interface may be trying to access historic data that is not there yet. Not sure if the backend is busy looping.
This is on the hosted
healthchecks.ioinstance.Thank you!
Lukas
@cuu508 commented on GitHub (Sep 19, 2022):
Hi Lukas, thanks for reporting this. I can reproduce the issue, looking into it.
@cuu508 commented on GitHub (Sep 19, 2022):
@lukastribus I've now deployed a fix which I think should fix the issue. Could you please test again?
@lukastribus commented on GitHub (Sep 20, 2022):
It works for me now, thank you!