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
pubsub: Ensure batcher flushes on shutdown, even if min batch size isn't met
This PR ensures that the batcher flushes on shutdown, even if the
pending length is less than the min batch size specified. Sending
events is preferred to dropping, even if limits are not obeyed.
0 commit comments