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

Allow 0 as Retry_Limit to disable retrying #3219

Merged
merged 5 commits into from
Apr 17, 2021
Merged

Commits on Mar 13, 2021

  1. output: define unlimited/none retry configurtion constant

    Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
    nokute78 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    7a75ad4 View commit details
    Browse the repository at this point in the history
  2. engine: support no retry configuration(fluent#3190)

    Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
    nokute78 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    0718a69 View commit details
    Browse the repository at this point in the history
  3. sosreport: use FLB_OUT_RETRY_UNLIMITED define

    Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
    nokute78 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    df0f4a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. output: set default value when invalid retry_limit is set

    Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
    nokute78 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    8a120c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. output: support no_retries/no_limits as retry_limits value

    Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
    nokute78 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    fae4a1a View commit details
    Browse the repository at this point in the history