ReleaseMicrosoftMicrosoftpublished Jun 10, 2026seen 11h

microsoft/ai4s-jobq v3.13.1

microsoft/ai4s-jobq

Open original ↗

Captured source

source ↗
published Jun 10, 2026seen 11hcaptured 11hhttp 200method plain

v3.13.1

Repository: microsoft/ai4s-jobq

Tag: v3.13.1

Published: 2026-06-10T17:19:31Z

Prerelease: no

Release notes:

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)