Use Workflow runtime deadlines for intent processing#1054
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tanstack-com | b0c08c8 | Commit Preview URL Branch Preview URL |
Jul 21 2026, 03:00 PM |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (7)
📝 WalkthroughWalkthroughWorkflow runtime limits are centralized and applied to scheduled and admin-triggered intent processing. Workflows can pause and resume based on remaining runtime, while the admin interface renders completed summaries or continuing status. ChangesIntent workflow runtime
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant Admin as Admin queue action
participant Runtime as workflowRuntime
participant Workflow as Intent workflow
participant Scheduler as Scheduled sweep
Admin->>Runtime: startRun with runtime budgets
Runtime->>Workflow: process pending versions
Workflow-->>Runtime: paused with runId or completed summary
Runtime-->>Admin: continuing or completed payload
Scheduler->>Runtime: sweep with runtime budgets
Runtime->>Workflow: resume paused run
Workflow-->>Scheduler: completed summary
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Summary
Verification
pnpm testpnpm buildSummary by CodeRabbit
New Features
Bug Fixes