Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reactor: update lowres_clock when max_task_backlog is exceeded
lowres_clock promises task_quota resolution, but we forgot to update lowres_clock when first, there's a need to preempt *and* second, max_task_backlog is exceeded. all tasks that follow until backlog reduces below max target, will find lowres_clock with "now" time as of beginning of run_tasks() execution, despite multiple task quotas may have passed since then. Signed-off-by: Raphael S. Carvalho <[email protected]>
- Loading branch information