Hello, I have logical replication setup for a Post...
# troubleshooting
a
Hello, I have logical replication setup for a Postgres -> Snowflake connection, and I've been realizing that no log messages have been picking up recently (i.e the meltano logs says its 'waiting for wal message' until the timeout period is reached). This is peculiar since the postgres databases have had inserts then and they have all been historically synced. I was wondering if there's any configuration issues that could be causing this, I have increased the
logical_poll_total_seconds
from 300 -> 600
I also am running a larger historical sync concurrently to the dbs that have already been synced, would that affect logical replication?