Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(queues): shutdown flag needs to be checked while waiting (#11456)
The previous fix (#11376) to enable batching during shutdown failed to check the shutdown flag while waiting for more items to batch. If the coalescing delay was large enough, this could cause the last batch to be lost. (cherry picked from commit 3bf77d7)
- Loading branch information