You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which is totally incomatible with postgresql in hot standby mode:
Transactions started during hot standby will never be assigned a transaction ID and cannot write to the system write-ahead log. Therefore, the following actions will produce error messages:
...
LISTEN, UNLISTEN, NOTIFY
Maybe there is a way to explicitly listen and then unlisten only in case listen command was issued?
The text was updated successfully, but these errors were encountered:
Currently connection reset does the following:
asyncpg v0.7.0
connection.py:370
Which is totally incomatible with postgresql in hot standby mode:
Maybe there is a way to explicitly listen and then unlisten only in case listen command was issued?
The text was updated successfully, but these errors were encountered: