PrefectHQ / prefect-operator

A Kubernetes operator for managing Prefect servers and work pools
7 stars 0 forks source link

Adds `Worker` healthchecks #53

Closed chrisguidry closed 3 weeks ago

chrisguidry commented 3 weeks ago

Prefect's Worker supports a --with-healthcheck option, with a configurable port for serving a small health probe API. This change adds the health check option and startup/readiness/liveness probes to the Deployment managed by the PrefectWorkPool

Fixes #52