We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reference
The goal here is to loop checking a condition until replication completes. That means that the following steps need to happen:
However, in the snippet above the process is this
Since the replication is stopped, the condition will never recover
The text was updated successfully, but these errors were encountered:
Moved the replication stop logic to the end. Check it out and let know if it fixes the issue.
Sorry, something went wrong.
That should do it, just make sure that there are no other places where you use similar logic.
borrrden
No branches or pull requests
Reference
The goal here is to loop checking a condition until replication completes. That means that the following steps need to happen:
However, in the snippet above the process is this
Since the replication is stopped, the condition will never recover
The text was updated successfully, but these errors were encountered: