You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEV-2991: update upload-artifact to v4 (#296)
* DEV-2991: update upload-artifact to v4
v1 and v2 of the upload-artifact action have been deprecated. This
change upgrades to the latest version, v4.
DEV-2479: py38 upgrade (#287)
This updates DTT to run with py38 and drops support for earlier python
versions. This change also includes running pyupgrade on the repository
and updating the github actions to run on supported operating systems.
Feat/dev 506 large file download (#276)
DEV-506: fix blocking issue on failed segment retry
When a worker fails to write its segment, the worker
would immediately exit, causing the main process to block
as it is waiting for all the child processes to read from the
work queue a final message.