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(store): flush loop retries and backoff #211

Merged
merged 3 commits into from
Jul 26, 2024

Conversation

cristaloleg
Copy link
Contributor

Overview

Before this PR when we fail to write a batch we just ignore it. Adding retries + backoff to try a few times.

Fixes #209

@cristaloleg cristaloleg changed the title Store/flush loop retries feat(store): flush loop retries and backoff Jul 2, 2024
store/store.go Outdated Show resolved Hide resolved
store/store.go Outdated Show resolved Hide resolved
store/store.go Show resolved Hide resolved
@cristaloleg cristaloleg enabled auto-merge (squash) July 26, 2024 15:16
@cristaloleg cristaloleg self-assigned this Jul 26, 2024
@cristaloleg cristaloleg merged commit 8f53979 into main Jul 26, 2024
4 checks passed
@cristaloleg cristaloleg deleted the store/flush-loop-retries branch July 26, 2024 15:25
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.

store: add retries to flushLoop
3 participants