Add a Flush() method to the dataloader.Interface that if called will immediately fetch the outstanding batch without waiting for the timer. Should let us lower the latency in situations where we know that no more keys are going to be loaded so there's no reason to keep waiting.
Add a
Flush()
method to thedataloader.Interface
that if called will immediately fetch the outstanding batch without waiting for the timer. Should let us lower the latency in situations where we know that no more keys are going to be loaded so there's no reason to keep waiting.