chime-experiment / coco

A Config Controller
https://chime-coco.readthedocs.io/
GNU General Public License v3.0
3 stars 2 forks source link

client timeout #205

Open nritsche opened 4 years ago

nritsche commented 4 years ago

When calling an endpoint that takes a lot of time after about 5min the client exits with

$ time coco crash
Sending request...
There are 16 requests in the queue..

'coco-client: Sending request failed: '

Done.

real    5m2.358s
user    0m15.409s
sys 0m0.209s

It looks like it times out. The error message should be more clear and the timeout should be adjustable.