• A strategy that throttle, but using an exponential backoff strategy.

    Parameters

    • startingThrottleInMsec: number

      The throttle in milliseconds to start with.

    • backoffFactor: number

      The factor to multiple the throttle time between every poll. For example if using 2, the throttle will double between every run.

    Returns utils.agent.polling.PollStrategy