Documentation Index
Fetch the complete documentation index at: https://trigger.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
What it is
MicroVM compute is a new runtime for your tasks, designed for fast cold starts via boot snapshots. For most tasks the migration is transparent - the same task code runs unchanged.What’s new
May 1, 2026
- Cold starts are faster across all machine sizes. Every preset starts faster, including
microandsmall-1x- there’s no longer a cold-start penalty for picking a smaller machine. - First runs after a deploy are faster on every preset. Boot snapshot creation is significantly quicker across the board, so the cold path is consistently snappier.
large-1xandlarge-2xno longer hard-fail. They’re still not recommended - cold-start performance trails the smaller presets and we’re ironing out reliability issues.
Getting access
You can’t opt in yourself. Once we’ve enabled the private beta for your org, theus-east-1-next region becomes available on the Regions page in the dashboard. If you’d like access, ping us on Slack.
Routing runs to microVM compute
MicroVM compute is exposed as a region:us-east-1-next. The region is tagged with a microVM badge on the Regions page.
Per-trigger override (recommended)
Theregion option is part of TriggerOptions, accepted by most triggering functions.
USE_COMPUTE_BETA=1 in the staging environment of the app that calls trigger() (typically Vercel, or wherever you deploy your app).
Set it as your project default
Open the Regions page in the dashboard and setus-east-1-next as the project-wide default. This applies to all environments in the project, so only do this on a project that is running staging traffic only.
Switching the default region doesn’t move runs that are already in the queue - they stay in the previous region until they execute. To make a switch take effect for in-flight work, cancel those runs and re-trigger them after changing the default. This applies whenever you change regions, not just when moving on or off
us-east-1-next.Machine sizes
A few things to be aware of during the beta:small-1xis the default and what we’ve optimized for. Boot snapshots are precreated forsmall-1xonly - other sizes generate the snapshot lazily on first run after a deploy.large-1xandlarge-2xaren’t recommended yet. They run, but cold-start times trail the smaller presets and we’re still ironing out reliability issues. Stick to other machine types for now and expect rough edges if you do try the large sizes.- All sizes are capped at 1GB of disk during the beta. The machine size table lists 10GB as the target, but every preset is currently provisioned with 1GB regardless.

