Skip to content

Conversation

@waleedlatif1
Copy link
Collaborator

Summary

  • increase trigger machine size, was causing OOM

Type of Change

  • Bug fix

Testing

Tested manually

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel
Copy link

vercel bot commented Feb 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Feb 11, 2026 9:07pm

Request Review

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 11, 2026

Greptile Overview

Greptile Summary

This PR addresses out-of-memory (OOM) errors in trigger tasks by upgrading the machine size from the default to medium-1x for three critical execution tasks: schedule execution, webhook execution, and workflow execution.

  • Added machine: 'medium-1x' configuration to scheduleExecution, webhookExecution, and workflowExecutionTask task definitions
  • Consistent with existing pattern used in knowledge-processing.ts which uses large-1x for resource-intensive PDF processing
  • Simple, focused change that directly addresses the reported OOM issue without over-engineering

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • The change is a straightforward configuration update that adds machine size specifications to three task definitions. The syntax is correct, the machine size medium-1x is a valid option (confirmed by usage in other parts of the codebase), and the change directly addresses a legitimate production issue (OOM errors). No logic changes, no security concerns, and follows existing patterns in the codebase.
  • No files require special attention

Important Files Changed

Filename Overview
apps/sim/background/schedule-execution.ts Added machine: 'medium-1x' to schedule execution task to resolve OOM issues
apps/sim/background/webhook-execution.ts Added machine: 'medium-1x' to webhook execution task to resolve OOM issues
apps/sim/background/workflow-execution.ts Added machine: 'medium-1x' to workflow execution task to resolve OOM issues

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit f3e994b into staging Feb 11, 2026
7 checks passed
@waleedlatif1 waleedlatif1 deleted the fix/runs branch February 11, 2026 21:11
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