mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #299] docs: clarify what happens when it fails to connect to upstream base url #232
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#232
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 @prabirshrestha on GitHub (Jun 1, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/299
What happens if upstream-base-url is set but fails to send to the upstream server. This could be due to temporary internet connection issue or upstream server in maintenance mode. Will this be retried or will be lost?
@binwiederhier commented on GitHub (Jun 1, 2022):
Thanks for this question!
The docs already say this:
This is facilitated by the
~polltopic, which all iOS devices subscribe to. The server sends a keepalive message to the iOS app every 20 minutes, which triggers it to poll all subscriptions. This is the only way on iOS to run scheduled code. Otherwise I would have used a timer for that.I think the docs are sufficient for this. The implementation details are not that important and may change. I'm closing this for now.