question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Restart notification pops up every hour.

See original GitHub issue

Issue 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:closed
  • Created 6 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
alexanderepsteincommented, Jun 9, 2017

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

1reaction
r15ch13commented, Jun 9, 2017

Will restart now to check that 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found