-
Notifications
You must be signed in to change notification settings - Fork 16
Restart sync process #818
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
base: dev-2025.4.1
Are you sure you want to change the base?
Restart sync process #818
Conversation
| has_push_changes = True | ||
| error_retries_attempts = 0 | ||
| while has_push_changes: | ||
| dlg = SyncDialog() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to create dlg in while loop?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pull and push is creating own sync dialog. I think there were some issue as I know @wonder-sk , that we need to recreate SyncDialog. But of course, we can try version without recreating dialog. Not sure If exec will be ok there.
|
tests running properly with py-client with concurrent push. |
Resolves #774
See relate workflow in MerginMaps/python-api-client#262
In case of conflicted sync, we are trying to restart process after 5 sec for 10 times
❗