Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep sync running if some connections have a problem #80

Open
wonder-sk opened this issue Oct 20, 2022 · 1 comment
Open

Keep sync running if some connections have a problem #80

wonder-sk opened this issue Oct 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@wonder-sk
Copy link
Contributor

Right now, if there are multiple connections defined and one of them fails to sync for some reason, the whole sync stops. It would be nice if db-sync tool would be less strict and it could tolerate some failing connections.

@wonder-sk wonder-sk added the enhancement New feature or request label Oct 20, 2022
@JanCaha
Copy link
Collaborator

JanCaha commented Mar 31, 2023

This issue should be solved by changes introduced in #104. Failing individual syncs should not cause complete stop of the deamon.

This is true as long as these fails are not caused by failed init of the connection. We could probably work around failed inits if that should be the case ...

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

No branches or pull requests

2 participants