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

Remove exponential backoff code #23 #24

Merged
merged 3 commits into from
Jun 1, 2020

Conversation

PettitWesley
Copy link
Contributor

@PettitWesley PettitWesley commented May 12, 2020

Issue #, if available:

#23
fluent/fluent-bit#2159

Description of changes:

Removes exponential backoff code. Integ tests pass.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -34,48 +33,6 @@ const (
maxInterval = 10 * time.Second
Copy link
Contributor

@hossain-rayhan hossain-rayhan May 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I think we are not using them (initialInterval & maxInterval). Can we remove?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right..

@sonofachamp
Copy link
Contributor

Do we need to return FLB_RETRY in place of the previous calls to backoff functionality?

@PettitWesley PettitWesley merged commit c370445 into aws:master Jun 1, 2020
@PettitWesley PettitWesley deleted the remove-backoff branch June 1, 2020 07:27
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.

4 participants