Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

https://github.com/transferwise/pipelinewise-tap-postgres/issues/113 #114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ashalitkin
Copy link

Tap is frequently used to pull data from the postgres replica and a common issue in this case is "canceling statement due to conflict with recovery" especially for a full table sync. It happens when WAL comes to a replica (upon sync between master and a slave). The tap already has a mechanism to resume but no retry mechanism.
I think it would be helpful to be able to configure number of attempts a tap tries to pull the data.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants