mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Notification lost if service is temporarily unavailable #4251
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4251
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 @m4rc0d1 on GitHub (Aug 8, 2025).
📑 I have found these related issues/pull requests
Searched but didn't find any related issue/PR
🛡️ Security Policy
📝 Description
If the notification server is temporarily unreachable/unavailable at the moment of the down/up event, no retries are attempted to send the notification.
I have a dual internet connection with a primary and a backup link. If the primary link fails there is a small delay (seconds) before the primary router switches to the backup link and during this short period of time the Telegram server is inaccessible from Uptime Kuma. The down notification of the primary link is never received even if Telegram is reachable just few seconds later. I have not checked if this is just related to Telegram or a more general behavior also affecting other notification channels.
👟 Reproduction steps
👀 Expected behavior
The down notification is retried and sent as soon as a connection with the notification service is available.
😓 Actual Behavior
No notification is sent
🐻 Uptime-Kuma Version
1.23.15
💻 Operating System and Arch
Debian GNU/Linux 12.8 (bookworm)
🌐 Browser
Firefox 141.0.3
🖥️ Deployment Environment
📝 Relevant log output
@m4rc0d1 commented on GitHub (Aug 8, 2025):
It is not just related to Telegram. I've done some additional tests and at least also WebHooks have the same behavior so it seems a more general issue