Removed server ok notification #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "remove-server-ok-notification"
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?
Motivation
"sever okay" notifications were only included for testing. Wanted to find out if the scheduled background task could be used to reliably detect home server outages.
Interestingly, iOS's scheduling of the background task is sometimes frequent but not really reliable enough. Sometimes it runs every few minutes, sometimes it goes an hour or two without running.
I think adding a desktop application with more reliable and consistent background polling might help. However, building out the rest of the mobile application might reveal that outages are self evident enough when they matter — when the user or their family is trying to access their server.
Solution
Have removed the "ok" notification