vikinganalytics / mvg

Repository for python library supporting Viking Analytics Multiviz Engine API
Apache License 2.0
4 stars 2 forks source link

MVG: Retrying request with status_code None #203

Closed vnadhan closed 1 year ago

vnadhan commented 1 year ago

Many a times, different methods in MVG retries calls to the API when it encounters a Bad Gateway. On some retries, the retry message has the word None.

zanpak commented 1 year ago

We have not seen it appear again after the fixes in uvicorn keep alive property.

Raman will review the last few days to confirm.

pro100watt commented 1 year ago

This is the 502 error logs chart from AWS ALB: image We didn't have errors since March 29, so the issue can be closed.