Skip to content

v96.6.0

Choose a tag to compare

@taskcluster-bot taskcluster-bot released this 24 Feb 15:17
· 1504 commits to main since this release
1914bb5

DEPLOYERS

▶ [minor] #7472
The queue service now listens for workerRemoved events from worker-manager and immediately resolves any tasks claimed by that worker as exception/worker-shutdown, triggering an automatic retry.
Previously, when a worker disappeared (due to VM preemption, crash, or manual termination), its claimed tasks would wait up to 20 minutes for the claim to expire before being retried.
This new workerRemovedResolver background process runs alongside the existing claim-resolver and requires no configuration changes.

USERS

▶ [patch] #8300
Task log profiler optimizations for parsing large task logs, more memory and cpu efficient.

Automated Package Updates

2 Dependabot updates
  • build(deps): bump flask from 3.1.2 to 3.1.3 in /clients/client-py (dd48e7e)
  • build(deps): bump werkzeug from 3.1.5 to 3.1.6 in /clients/client-py (d0511a0)