Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-14285

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 7.21.18
    • 7.17.0, 8.0.0, 7.21.0, 8.9.0, 8.12.0
    • Documentation (User)

    Description

      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

      Attachments

        Activity

          People

            c95a692b3157 Stanley Su
            jmariano@atlassian.com JP Mariano
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: