Skip to content

Server health endpoint results missing status value #392

@mikeboulet

Description

@mikeboulet

The /health endpoint is not returning a "status" key. This seems to happen every so often with this endpoint.

Here are the results from the endpoint from 6:05 EST this morning.

{
  "serverVersion": "v1.1.0.38",
  "details": [
    {
      "key": "testSessionProcessing",
      "description": "The TestSession internal processing load status.",
      "data": {
        "healthStatusDefinitions": {
          "Healthy": "Oldest pending TestSession is \u003c 1 hours old.",
          "Degraded": "Oldest pending TestSession is \u003e 1 hours old.",
          "Unhealthy": "Oldest pending TestSession is \u003e 4 hours old."
        }
      }
    }
  ]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions