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

Prevent retry.step from being called too many times in a short time #3203

Merged
merged 1 commit into from
Dec 16, 2020

Commits on Dec 14, 2020

  1. Prevent retry.step from being called too many times in a short time

    This commit resolves fluent#2123
    by avoiding the situation when @Retry.step is called almost as many
    times as the number of flush threads in a short time.
    
    Signed-off-by: abicky <takeshi.arabiki@gmail.com>
    abicky committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    2f480a8 View commit details
    Browse the repository at this point in the history