Closed trws closed 4 months ago
Fixed a small formatting nit, I'm good with this one if you are @milroy.
Attention: Patch coverage is 88.88889%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 74.1%. Comparing base (
1161e61
) to head (ae4b7b5
). Report is 174 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
qmanager/policies/queue_policy_bf_base_impl.hpp | 81.8% | 2 Missing :warning: |
problem: The sched loop can take a long time to receive new updates like cancellations and reprioritize.
solution: Cancel the sched loop either immediately or when the current iteration is done to allow those to proceed when a cancel, reprio or free has been received.