prefect.server.utilities.postgres_listener
get_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?