Skip to content

RTX-KG2 is returning invalid timestamps in the logs in PROD #64

@maximusunc

Description

@maximusunc

When I send this (or any) query to RTX-KG2 in PROD (this looks localized to PROD and not any of the other environments), I get back invalid timestamps in the logs according to the TRAPI spec: https://github.com/NCATSTranslator/ReasonerAPI/blob/master/TranslatorReasonerAPI.yaml#L565

curl -X POST https://kg2cploverdb.transltr.io/query \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
        "message": {
          "query_graph": {
            "nodes": {
              "n0": {
                "ids": ["MONDO:0005148"],
                "categories": ["biolink:Disease"],
                "set_interpretation": "BATCH",
                "constraints": [],
                "member_ids": []
              },
              "n1": {
                "categories": ["biolink:PhenotypicFeature"],
                "set_interpretation": "BATCH",
                "constraints": [],
                "member_ids": []
              }
            },
            "edges": {
              "e01": {
                "subject": "n0",
                "object": "n1",
                "predicates": ["biolink:has_phenotype"],
                "attribute_constraints": [],
                "qualifier_constraints": []
              }
            }
          }
        },
        "bypass_cache": true,
        "submitter": "infores:aragorn"
      }' > rtx_kg2_prod_response.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions