Restart notification pops up every hour.
See original GitHub issueIssue Label:
- bug
- feature
- enhancement
Description of bug or feature enhancement:
Restart notification pops up every hour.
Bug appears to be in this line: script.js#L474
After ~6 hours of uptime, os.uptime()
returns 518970.71...
. 518970.71 / 60 / 60
results in 144.15...
which is always bigger then 12 hours.
Fix: uptime = uptime / 60 / 60 / 24;
OS and OS version:
- Mac
- GNU Linux 32 Bit
- GNU Linux 64 Bit
- Redhat Linux
- Windows 64 Bit
- Windows 32 Bit
Version of Sandman Application: 1.9.0
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Prevent "Notification" to schedule restart from stealing focus
Is there some way to prevent this notification popup from stealing focus, or better yet make it an actually notification instead of a...
Read more >How to disable update restart notifications on Windows 10
In this guide, we'll show you the steps to disable notifications when Windows 10 requires a restart to finish applying updates.
Read more >Turn On or Off Windows Update Restart Notifications in ...
Turn On or Off Show Windows Update Restart Notifications in Settings. 1 Open Settings, and click/tap on the Update & security icon. 4...
Read more >Windows 10 clients and WU restart notifications
Restarts keep happening outside active hours and the user sees zero notification that a restart is pending. We want the updates to install...
Read more >Alerting on Recurring process restart - Dynatrace Community
It is immediately opens a problem. If you would like to receive for example an e-mail notification after one hour about this issue...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@r15ch13 Ah it seems out of my control then other then recommending that people turn off fast boot. Will add checkbox to turn on or off this feature and will warn users above Windows 8 of the issue.
Will restart now to check that 👍