You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FlushAll, initiate FlushWithContext in parallel
For non-immediate queues, FlushWithContext takes at least 40ms to
verify that all items are processed. Calling this in parallel allows
for just a single 40ms delay, instead of 40ms per queue.
0 commit comments