Skip to content

Gateway client cannot get the model annotation result with response error code 499 #8

@lawrencelai

Description

@lawrencelai

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions