You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2024. It is now read-only.
If a scheduler is set to trigger after 10 minutes, and the system is suspended for 9 minutes, it will actually trigger after 19 minutes.
There seems to be no way in go to trigger a scheduler consistently when accounting for time spend suspended (or otherwise not in the process, e.g. under extreme load).
There are open go issues for this, and at least two projects are patching the go language to work around this.
Forked from #150 to track the general case.
If a scheduler is set to trigger after 10 minutes, and the system is suspended for 9 minutes, it will actually trigger after 19 minutes.
There seems to be no way in go to trigger a scheduler consistently when accounting for time spend suspended (or otherwise not in the process, e.g. under extreme load).
There are open go issues for this, and at least two projects are patching the go language to work around this.