utilities
postgres_listener
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.server.utilities.postgres_listenerget_pg_notify_connection get_pg_notify_connection() -> Connection | None
pg_listen pg_listen(connection: Connection, channel_name: str, heartbeat_interval: float = 5.0) -> AsyncGenerator[str, None]
Was this page helpful?