Renewing LISTEN command in Postgres Adapter #5153
Unanswered
miriam-kismet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the Postgres adapter to maintain consistency across multiple instances of a Google Cloud Run service. For some reason, it seems like the LISTEN/NOTIFY functionality occasionally just stops working, and when we scale to multiple instances, events just get lost.
One recommendation I was given when I asked about this in the gcloud forum was to periodically renew the LISTEN query. Is that possible from within the adapter? I don't see a good way to do it.
Beta Was this translation helpful? Give feedback.
All reactions