chore(trigger): upsize task size - #6007
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryMedium Risk Overview Fork activity event badges get hover tooltips for non-success states (Queued, In progress, failure reason, partial-copy warnings); successful completed rows stay tooltip-free. Activity log rows without expandable details render as a plain Reviewed by Cursor Bugbot for commit fbe8971. Configure here. |
Greptile SummaryUpsizes Trigger.dev machine presets for heavier background work and fixes fork/activity-log badge hover tooltips on non-expandable rows.
Confidence Score: 5/5Safe to merge; machine preset upsizes use valid Trigger.dev sizes and the activity-row/tooltip changes are covered by focused tests. Diff only increases known machine presets and fixes pointer-event swallowing for tooltips on inert activity rows, with matching unit tests and no contract or security surface changes.
|
| Filename | Overview |
|---|---|
| apps/sim/background/workflow-execution.ts | Bumps async workflow execution task machine from medium-1x to medium-2x. |
| apps/sim/background/schedule-execution.ts | Bumps schedule-execution task options machine from medium-1x to medium-2x. |
| apps/sim/background/knowledge-connector-sync.ts | Upsizes connector sync worker from large-1x to large-2x for larger file loads. |
| apps/sim/background/fork-content-copy.ts | Pins fork content copy to large-2x with comment explaining memory/OOM risk under maxAttempts 1. |
| apps/sim/app/workspace/[workspaceId]/settings/components/activity-log/activity-log.tsx | Non-expandable rows use a div instead of a disabled button so descendant hover tooltips receive pointer events. |
| apps/sim/ee/workspace-forking/components/fork-activity-panel/fork-activity-panel.tsx | Wraps Event badges with status tooltips (queued/in progress/failed/warnings) using truncated error/message text. |
| apps/sim/ee/workspace-forking/components/fork-activity-panel/fork-activity-panel.test.tsx | Adds jsdom tests for badge tooltips and non-disabled non-expandable rows. |
Reviews (1): Last reviewed commit: "chore(trigger): upsize tasks" | Re-trigger Greptile
Summary
Upsize trigger task sizes to deal with larger file loads. Minor forking tag hover UI improvement.
Type of Change
Testing
N/A
Checklist