Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prefect.io/llms.txt

Use this file to discover all available pages before exploring further.

prefect.server.utilities.subscriptions

Functions

accept_prefect_socket

accept_prefect_socket(websocket: WebSocket) -> Optional[WebSocket]

still_connected

still_connected(websocket: WebSocket) -> bool
Checks that a client websocket still seems to be connected during a period where the server is expected to be sending messages.