Skip to content

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

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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