Home / Companies / Trigger.dev / Blog / April 2026

April 2026 Summaries

2 posts from Trigger.dev

Filter
Month: Year:
Post Summaries Back to Blog
The text discusses the challenges of using git worktrees for managing multiple parallel Claude Code sessions in a large TypeScript monorepo at Trigger.dev, highlighting issues such as port conflicts, database isolation, and the complexity of duplicating services like PostgreSQL and Redis for each worktree. Instead of relying on worktrees, the text introduces GitButler, a tool that allows multiple branches to be applied to the same working directory by assigning changes to virtual branches. This approach removes the need for duplicating development environments and enables more flexible branching strategies, where changes can be committed to specific branches without the overhead of managing separate directories. GitButler's CLI, which supports JSON output for scripting, provides a more streamlined workflow by allowing Claude Code to commit changes to different branches within a single session, thus enhancing efficiency and eliminating the need for extensive setup and management scripts. The text emphasizes the benefits of using GitButler's approach over traditional worktrees, particularly in complex development environments, and suggests that it offers a significant upgrade in managing AI-driven development projects.
Apr 16, 2026 2,331 words in the original blog post.
Morgan Vernay, an engineer at Cal.com, discusses how Trigger.dev has become essential to Cal.com's infrastructure, handling millions of monthly operations such as booking orchestration, calendar syncing, and fraud analysis. Cal.com, which provides scheduling infrastructure for a range of users from solo consultants to large enterprises, selected Trigger.dev for its ability to efficiently manage complex workflows involving numerous integrations like Google Calendar and Salesforce. The platform's user-friendly documentation and dashboard facilitated its integration into Cal.com's systems, allowing the team to quickly deploy production-ready workflows. Trigger.dev enables Cal.com to maintain high standards of booking speed and reliability by processing tasks such as email notifications, calendar updates, and fraud detection with robust retry mechanisms and small data payloads. This setup allows for seamless replay of workflows in case of failures, improving incident response and reducing the burden on on-call staff. The company plans to expand its use of Trigger.dev for real-time frontend updates, enhanced calendar syncing, and the deployment of more AI agents, building on its current use of the platform for tasks like phishing detection and user behavior analysis.
Apr 16, 2026 1,080 words in the original blog post.