cache/src
Brenden Matthews a28af779d2
Add S3 cache download validation and retry logic
- Add empty file validation (0 bytes) and minimum size checks (512 bytes) for tar archives
- Implement download completeness validation (bytes downloaded = expected)
- Add retry logic with exponential backoff for validation failures (3 attempts: 1s/2s/4s delays)
- Create DownloadValidationError class for specific validation failures
- Add comprehensive test coverage for validation scenarios
- Maintain graceful degradation - validation failures log warnings but don't fail workflows
2025-06-20 16:35:40 -04:00
..
custom Add S3 cache download validation and retry logic 2025-06-20 16:35:40 -04:00
utils Add `lookup-only` option (#1041) 2023-03-09 18:00:28 +05:30
constants.ts Add `lookup-only` option (#1041) 2023-03-09 18:00:28 +05:30
restore.ts Consume latest toolkit and fix dangling promise bug (#1217) 2023-08-09 15:36:51 +01:00
restoreImpl.ts Add S3 cache download validation and retry logic 2025-06-20 16:35:40 -04:00
restoreOnly.ts Consume latest toolkit and fix dangling promise bug (#1217) 2023-08-09 15:36:51 +01:00
save.ts Apply workaround for earlyExit 2024-01-10 15:36:58 +00:00
saveImpl.ts Add S3 cache download validation and retry logic 2025-06-20 16:35:40 -04:00
saveOnly.ts Fix format 2024-01-10 15:40:24 +00:00
stateProvider.ts GA for granular cache (#1035) 2022-12-21 19:38:44 +05:30