Scenario: CogStack Catalogue using gateway client to consume medcat model for annotation and deidentification task. The gateway server keep reject my request and return 499 (Timeout error) in the proxy server log .
Finding: In auto_deploy.py which have 5' timeout mechanism to check the model readiness. I think it should be configurable instead of hardcode
|
response = await client.get(url, timeout=5.0) |
|
response = await client.get(url, timeout=5.0) |