Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Scheduler drifts during system suspend #151

@soumya92

Description

@soumya92

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    buginternalDoes not require any changes to external modules or user created bars

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions