SeldonIO / tempo

MLOps Python Library
https://tempo.readthedocs.io/en/latest/
Apache License 2.0
114 stars 21 forks source link

Insights logger does not work when running in mlserve parallel #195

Open axsaucedo opened 3 years ago

axsaucedo commented 3 years ago

Currently insights logger is initialised as async when running from inside mlserver, however when running in parallel mode, it fails as it is running in a non-async environment.