Compute scaling with LISTEN/NOTIFY

What’s the expected workflow with LISTEN/NOTIFY? I see that scale-to-zero kills connections and terminates any active LISTENs.

1 Like

Sadly, for now, we do not support session semantics, which includes LISTEN/NOTIFY, temporary tables, and prepared statements in our cloud product.

Although these features might work for active sessions, the session state in PostgreSQL gets lost during scaling, so for now we can’t support these features in our cloud product. We might change this in the future.

1 Like