-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Due to database collisions, retry when finding or creating a tag #809
Conversation
@fearenales Ill add a test to this |
@rbritom Please add a reference in the Changelog too . |
I think this approach causes silent data loss. If you have two simultaneous processes which call @fearenales WDYT? |
I share @jdelStrother 's concern about data loss. The
Out of curiosity, what's the reason for the |
Due to database collisions, retry when finding or creating a tag
Very surprising to me that this |
@jakswa or open a PR to fix it. |
@jakswa great. |
Thank you. Sorry if my original comment came off too negative -- we have been troubleshooting borked transactions that led us to this |
This PR closes #693
Since the link posted by @adam-e-trepanier is returning 404, I just implemented a retrial strategy described by Mark Quezada in this blog post.
Any suggestions are welcome! :)