Hi
@Gleb Erokhin - I'm a little confused by your question; are you running Prefect Server (sans UI) and are looking for health checks on the various services in that stack? If so, most (if not all) services have pre-baked health checks, which you can view in the
docker compose file. If you're looking for health checks on Core-only (with no backend like Prefect Server or Cloud), flows using only Core are run in-process and so won't have any way of assessing health.