Skip to main content

BackgroundStatus

Shape of the dict returned by get_background_status() on both the deployment controller (from init_latest_deployment) and the evaluation results controller (from init_evaluation_results). Tells you whether the background polling loop is healthy, when it last succeeded, and what the most recent error (if any) was.

Shape

Fields

Usage

Health monitoring

Use get_background_status() in a periodic health check to detect degraded state:

See Also