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

feat: allow configurable number of commit attempts #1596

Merged

Conversation

cmackenzie1
Copy link
Contributor

Description

This adds transaction::commit_with_retries function where the number of attempts can be specified. The default behavior for transaction::commit remains 15.

Related Issue(s)

-- closes #1595

Documentation

This adds `transaction::commit_with_retries` function where
the number of attempts can be specified. The default behavior for
`transaction::commit` remains 15.

Closes delta-io#1595.
@rtyler rtyler enabled auto-merge (rebase) August 25, 2023 05:13
@rtyler rtyler merged commit 42e7123 into delta-io:main Aug 28, 2023
21 checks passed
@cmackenzie1 cmackenzie1 deleted the cole/issue-1595-commit-attempts branch August 28, 2023 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configurable number of retries for transaction commit loop
3 participants