Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: readable stream locked on retry * chore: create new readstream when retrying * fix: don't allow extra concurrency in worker pool * fix: use availableParallelism instead of cpus to support taskset * fix: worker pool maxWorkers * chore: fix unit tests (#121) * chore: update packages * fix: destroy zip output file stream * chore: fix lint * fix: revert back to cpus to satisfy node 18.5 * fix: don't fire uploads promises all at once (#123) * fix: await worker promises instead of firing them all off * fix: max workers should be cpus minus one for main thread * fix: don't retry max size exceeded errors * fix: readable stream locked * fix: update @bugsplat/js-api-client * fix: make error message last log statement * fix: use path as tempSubdir
- Loading branch information