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
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.
- Loading branch information