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

bugfix: Add delay between create and update calls #174

Merged
merged 1 commit into from
Apr 22, 2022

Conversation

JAndritsch
Copy link
Contributor

This helps mitigate a 409 conflict response from Confluence when
creating a new page and then updating it right away. This may not be the
cleanest solution, but it seems to do the trick.

Resolves #139

This helps mitigate a 409 conflict response from Confluence when
creating a new page and then updating it right away. This may not be the
cleanest solution, but it seems to do the trick.

Resolves kovetskiy#139
@kovetskiy
Copy link
Owner

This doesn't seem good to do such a sleep operation, but if it works it works. Thanks!

@kovetskiy kovetskiy merged commit 7b359b1 into kovetskiy:master Apr 22, 2022
@JAndritsch
Copy link
Contributor Author

Maybe a better alternative is to add some built-in retry logic whenever 409 conflicts occur. I could explore that option.

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

Successfully merging this pull request may close these issues.

Syncing New Pages Can Error with "409 Conflict"
2 participants