Skip to content

feat(cache): add replayLogs option#531

Open
taskylizard wants to merge 1 commit into
voidzero-dev:mainfrom
taskylizard:feat/cache-hit-replay-logs-option
Open

feat(cache): add replayLogs option#531
taskylizard wants to merge 1 commit into
voidzero-dev:mainfrom
taskylizard:feat/cache-hit-replay-logs-option

Conversation

@taskylizard

Copy link
Copy Markdown

Motivation

Cache hits currently replay captured stdout/stderr every time. Some tasks produce noisy logs even when their useful cached result is restored output files, so users need a per-task option to keep cache hits quiet without disabling caching.

Changes

  • Add replayLogs to cache config, defaulting to true.
  • Skip cached stdout/stderr replay on cache hits when replayLogs: false while still restoring output files.
  • Update cache-hit display/summary text and add e2e coverage for quiet cache hits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant