Skip to content

Add executor-level TTL for cached results#24

Merged
foreverest merged 1 commit intomainfrom
codex/issue-19-executor-level-ttl
Feb 11, 2026
Merged

Add executor-level TTL for cached results#24
foreverest merged 1 commit intomainfrom
codex/issue-19-executor-level-ttl

Conversation

@foreverest
Copy link
Copy Markdown
Owner

@foreverest foreverest commented Feb 11, 2026

Summary

  • resolves Add TTL support for cached idempotency results #19
  • document executor ttl configuration in README and Cache TTL section
  • ensure RedisCache honors ttlMs when provided and surfaces errors for expiration failures
  • normalize executor-level ttl, apply it to cached values/errors, and validate positive values
  • cover ttl behavior in cache and executor tests

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (937ca6b) to head (e4aa213).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #24   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          213       222    +9     
  Branches        45        46    +1     
=========================================
+ Hits           213       222    +9     
Flag Coverage Δ
node20.x 100.00% <100.00%> (ø)
node22.x 100.00% <100.00%> (ø)
node24.x 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@foreverest foreverest merged commit 1a07ce0 into main Feb 11, 2026
5 checks passed
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.

Add TTL support for cached idempotency results

1 participant