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
Solved by building checksum of externals, and comparing it before doing copy. Also moved externals to own volume so those are easier to share between container.
Currently copying of externals take around 3 mintues, as runner copies full Node16 and Node20 also.
To save that time, either parallel copy (recommended by https://repost.aws/knowledge-center/efs-troubleshoot-slow-performance) or some better appoach (like shared externals) could be used.
Copying: https://github.com/Hi-Fi/runner-container-hooks/blob/aws/packages/ecs/src/hooks/prepare-job.ts#L208-L213
With those options shared externals doesn't help, as things will be overwritten according settings.
One option for rsync: https://www.npmjs.com/package/rsync2
The text was updated successfully, but these errors were encountered: