https://prefect.io logo
Title
j

jack

05/09/2023, 4:06 PM
How do you monitor the health of a self-hosted orion server? Like to check whether the server and the agents that talk to it are health? So far I've found this from the CLI that offers some insight:
prefect work-queue inspect [work_flow_id]
The same information is available from the REST API:
curl -k [server]/api/[work_flow_id]/status