armada
armada copied to clipboard
feat: gRPC Pagination
Is this a bug report or feature request? (choose one): feat
Python Version (output of python --version): 2.7
Expected Behavior: Be able to define and control how much data we transmit of gRPC at any one time.
Any Additional Comments:
Currently we set a max to the size of the message we can send. This does come at a performance cost.