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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,7 @@ This is the list of operational codes that can help you understand your deployme
259
259
| RealtimeNodeDisconnected | Realtime is a distributed application and this means that one the system is unable to communicate with one of the distributed nodes |
260
260
| MigrationsFailedToRun | Error when running the migrations against the Tenant database that are required by Realtime |
261
261
| StartReplicationFailed | Error when starting the replication and listening of errors for database broadcasting |
262
+
| ReplicationConnectionTimeout | Replication connection timed out during initialization |
262
263
| ReplicationMaxWalSendersReached | Maximum number of WAL senders reached in tenant database, check how to increase this value in this [link](https://supabase.com/docs/guides/database/custom-postgres-config#cli-configurable-settings)|
263
264
| MigrationCheckFailed | Check to see if we require to run migrations fails |
264
265
| PartitionCreationFailed | Error when creating partitions for realtime.messages |
0 commit comments