Add oversized values storage and retrieval#242
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
commit: |
58172fc to
777bef8
Compare
777bef8 to
1e67365
Compare
25a835e to
52b97d5
Compare
cfe1c9d to
a3188ba
Compare
8786df8 to
fe3763e
Compare
a3188ba to
14237f9
Compare
14237f9 to
1b66bc7
Compare
When a step result exceeds 1MB, store the full value in file storage
via an oversizedValues table so it can be retrieved later with
ctx.runAction(components.workflow.oversizedValues.read, { stepId }).
Adds list/read/remove public API, and cleans up stored values
when workflows are cleaned up.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
623455f to
005b95e
Compare

When a step result exceeds 1MB, store the full value in file storage
via an oversizedValues table so it can be retrieved later with
ctx.runAction(components.workflow.oversizedValues.read, { stepId }).
Adds list/read/remove public API, and cleans up stored values
when workflows are cleaned up.