Describe the Request
At a certain scale/volume or with different network conditions, individual Http requests to the cloud exchange will fail/timeout/etc. I think we need a configurable retry option similar to the Globus SDK, Langchain, and most libraries that do this kind of networking.
Since the actual requests typically happen behind the handle interface, it is relatively difficult for users to implement this without touching the internals of Academy.
Sample Code
Describe the Request
At a certain scale/volume or with different network conditions, individual Http requests to the cloud exchange will fail/timeout/etc. I think we need a configurable retry option similar to the Globus SDK, Langchain, and most libraries that do this kind of networking.
Since the actual requests typically happen behind the
handleinterface, it is relatively difficult for users to implement this without touching the internals of Academy.Sample Code