Lanston Chu

Results 3 comments of Lanston Chu

Hi, I just tried today and still have an issue with layers of 'Deconvolution'.

I experienced same. But I just need to modify `quantQ_covarianceShocks.q` and don't need to modify `quantQ_ta.q`

for @pranftw 's suggestion of adding automatic timeout, I think we should add `timeout_graceful_shutdown=3` to `run_streamable_http_async()`? So it will become:- ``` config = uvicorn.Config( starlette_app, host=self.settings.host, port=self.settings.port, log_level=self.settings.log_level.lower(), timeout_graceful_shutdown=3 ,...