Is your feature request related to a problem? Please describe.
When the science platform is slow to respond it become impossible to use the canfar CLI as requests 'timeout' before served. Instead the canfar application should re-try the request with longer and longer time-outs (perhaps spitting out error console messages as it goes).
Describe the solution you'd like
make the CLI rety on timeout with ever doubling timeouts Perhaps to a maximum of 10 minutes. Or just set the timeout to a very long time for the initial request.
Describe alternatives you've considered
Not using the command line, i.e. using cURL works. I might just switch to cURL.
Additional context
The 'LSST' container requires a firefly container to be working for certain features to work.
Is your feature request related to a problem? Please describe.
When the science platform is slow to respond it become impossible to use the
canfarCLI as requests 'timeout' before served. Instead thecanfarapplication should re-try the request with longer and longer time-outs (perhaps spitting out error console messages as it goes).Describe the solution you'd like
make the CLI rety on timeout with ever doubling timeouts Perhaps to a maximum of 10 minutes. Or just set the timeout to a very long time for the initial request.
Describe alternatives you've considered
Not using the command line, i.e. using cURL works. I might just switch to cURL.
Additional context
The 'LSST' container requires a firefly container to be working for certain features to work.