Documentation for the "plugin.webhooks.http.backoff.interval.exponent" property is incomplete.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 7.21.18
    • Affects Version/s: 7.17.0, 8.0.0, 7.21.0, 8.9.0, 8.12.0
    • Component/s: Documentation (User)
    • 1
    • Severity 3 - Minor

      Issue Summary

      The documentation for the plugin.webhooks.http.backoff.interval.exponent property is incomplete.

      The calculation mentioned in the property description is:

      (initial backlog interval) * (backoff exponent ^ number of failures)

       

      Issues:

       

      This is reproducible on Data Center: (yes)

      Steps to Reproduce

      N/A

      Expected Results

      The formula should be:

      (initial backoff interval) * (backoff exponent ^ (number of failures - backoff trigger count))

      Actual Results

      The current documentation shows:

      (initial backlog interval) * (backoff exponent ^ number of failures)

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Stanley Su
            Reporter:
            JP Mariano
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: