[GH-ISSUE #957] Auto-refresh for Log page #672

Closed
opened 2026-02-25 23:43:13 +03:00 by kerem · 1 comment
Owner

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/details will 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

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/details` will 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
kerem 2026-02-25 23:43:13 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@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?

<!-- gh-comment-id:1951144264 --> @cuu508 commented on GitHub (Feb 18, 2024): @asdffdsazqqq implementing auto-refresh is doable, but [gets quite tricky complexity-wise](https://github.com/healthchecks/healthchecks/pull/963#issuecomment-1951139277) 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?
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#672
No description provided.