mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #957] Auto-refresh for Log page #672
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#672
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 @asdffdsazqqq on GitHub (Feb 10, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/957
hello and thanks for a great project.
currently,
https://healthchecks.io/checks/uuid/detailswill auto-refresh the display as new checks come inbound.however
https://healthchecks.io/checks/0ea5c6f3-f103-4f85-9d6e-c40524578241/log/will not auto-refresh.so please, enable auto-refresh to log page.
thanks much, david
@cuu508 commented on GitHub (Feb 18, 2024):
@asdffdsazqqq implementing auto-refresh is doable, but gets quite tricky complexity-wise if we want to do it efficiently.
We can also consider a smaller, simpler feature: after the log page is loaded, periodically check if there are any new events. If there are, instead of fetching and displaying them, show a message near the top of the page that says something like "There are new log events, reload the page to see them". This would be not as fancy, but much easier to implement.
What are your thoughts, would the simpler feature be useful? Could it substitute full auto-refresh for you?