Skip to content

v3.13.1

Latest

Choose a tag to compare

@BAI-Yeqi BAI-Yeqi released this 10 Jun 17:19
· 1 commit to main since this release
950c73b

Fixes

  • Workforce monitor: separate JSON-decode errors from transient transport failures.
    The monitor's exception handler logged every error (including
    ServiceBusServerBusyError) as "Could not json-decode message" and retried
    immediately, tight-looping under throttling. json.JSONDecodeError now has its
    own accurate handler, and all other exceptions are retried with an exponential
    delay (capped at one minute, reset after a successful receive). (#93)