usnistgov / ACVP-Server

A repository tracking releases of NIST's ACVP server. See www.github.com/usnistgov/ACVP for the protocol.
46 stars 16 forks source link

(demo) session stuck in queue, health endpoint gives 503 error #225

Closed abkarcher closed 1 year ago

abkarcher commented 1 year ago

Hello!

Test session 286934 has been in queue for ~12 hours (getting retry messages). When I try and use the /health endpoint, I get a 503 response without a health status value:

***ACVP [ERR][log_network_status:1247]--> 503 error received from server. Message:
***ACVP [ERR][log_network_status:1248]--> {
  "serverVersion": "v1.1.0.25",
  "details": [
    {
      "key": "testSessionProcessing",
      "description": "The TestSession internal processing load status.",
      "data": {
        "healthStatusDefinitions": {
          "Healthy": "Oldest pending TestSession is < 1 hours old.",
          "Degraded": "Oldest pending TestSession is > 1 hours old.",
          "Unhealthy": "Oldest pending TestSession is > 4 hours old."
        }
      }
    }
  ]
}

Thanks, Andrew

livebe01 commented 1 year ago

Thanks for letting us know @abkarcher. This should be fixed now, but ping us back if you're still having trouble.