Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add peek/pop code to the scheduler loop #43997

Open
ferruzzi opened this issue Nov 13, 2024 · 0 comments
Open

Add peek/pop code to the scheduler loop #43997

ferruzzi opened this issue Nov 13, 2024 · 0 comments

Comments

@ferruzzi
Copy link
Contributor

In the scheduler loop add “check for DeadlineAlert misses” which peeks at the earliest Deadline and, if it has passed, then call a callback handler.

The callback handler should peek at the earliest Deadline, if it has passed then queue the callback, and recurse until there are no past-due Deadlines..

When working on this one, the PR should include benchmarking to show the exact impact of the extra workload being added in the hot loop.

@ferruzzi ferruzzi moved this to Backlog in AIP-86: Deadline Alerts Nov 13, 2024
@dosubot dosubot bot added area:Scheduler including HA (high availability) scheduler kind:feature Feature Requests labels Nov 13, 2024
@ferruzzi ferruzzi removed area:Scheduler including HA (high availability) scheduler kind:feature Feature Requests labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant