Skip to content

v64.2.6

Compare
Choose a tag to compare
@taskcluster-bot taskcluster-bot released this 22 Apr 15:00
· 42 commits to main since this release
edab196

WORKER-DEPLOYERS

▶ [patch] #6972
Generic Worker now uploads task payload artifacts in parallel to decrease graceful termination time in the event of a spot termination.

The insecure engine no longer performs a file copy command as the task user before the artifact upload process happens to help speed up the process.

Generic Worker (posix only) now tries to put an exclusive file lock on artifacts before upload to prevent the file from being written to by any other process. This is done in lieu of copying the file to a temporary location which was achieving the same thing. If putting the lock on the file fails, Generic Worker will fallback to copying the file.

USERS

▶ [patch] #6972
Don't compress .npz artifacts by default in Generic Worker.

Automated Package Updates

2 Dependabot updates
  • build(deps): bump aiohttp from 3.9.2 to 3.9.4 in /taskcluster (c4737ab)
  • build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (95aa8bf)