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

Fix GrpcStreamBroadcaster retry with a 0 interval #52

Merged
merged 1 commit into from
May 13, 2024

Conversation

llucax
Copy link
Contributor

@llucax llucax commented May 13, 2024

When the retry interval returned by the retry strategy is 0, GrpcStreamBroadcaster stops retrying, but it should keep going until None is returned instead.

When the retry interval returned by the retry strategy is 0,
`GrpcStreamBroadcaster` stops retrying, but it should keep going until
`None` is returned instead.

Signed-off-by: Leandro Lucarella <[email protected]>
@llucax llucax requested a review from a team as a code owner May 13, 2024 07:22
@llucax llucax requested a review from shsms May 13, 2024 07:22
@github-actions github-actions bot added part:docs Affects the documentation part:tests Affects the unit, integration and performance (benchmarks) tests part:code Affects the code in general labels May 13, 2024
@llucax llucax added this to the v0.4.0 milestone May 13, 2024
@llucax llucax self-assigned this May 13, 2024
@llucax llucax added the type:bug Something isn't working label May 13, 2024
@llucax llucax enabled auto-merge May 13, 2024 07:22
@llucax llucax added this pull request to the merge queue May 13, 2024
Merged via the queue into frequenz-floss:v0.x.x with commit e43b075 May 13, 2024
15 checks passed
@llucax llucax deleted the fix-retry branch May 13, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:code Affects the code in general part:docs Affects the documentation part:tests Affects the unit, integration and performance (benchmarks) tests type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants