prefect.runner.server
perform_health_check
perform_health_check(runner: 'Runner', delay_threshold: int | None = None) -> Callable[..., JSONResponse]
run_count
run_count(runner: 'Runner') -> Callable[..., int]
shutdown
shutdown(runner: 'Runner') -> Callable[..., JSONResponse]
start_webserver
start_webserver(runner: 'Runner', log_level: str | None = None) -> None
Run a FastAPI server for a runner.
Args:
runner
log_level
RunnerGenericFlowRunRequest
Was this page helpful?