Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
triggerdotdev
/
trigger.dev
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
16k
Code
Issues
341
Pull requests
78
Discussions
Actions
Projects
Security and quality
27
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
fix(batch): optimize processing batch trigger v2
- #2841
#2841
Merged
ericallam
merged 14 commits into
main
triggerdotdev/trigger.dev:main
from
ea-branch-113-3
triggerdotdev/trigger.dev:ea-branch-113-3
Copy head branch name to clipboard
Jan 7, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
fix(batch): optimize processing batch trigger v2
#2841
ericallam
merged 14 commits into
main
triggerdotdev/trigger.dev:main
from
ea-branch-113-3
triggerdotdev/trigger.dev:ea-branch-113-3
Copy head branch name to clipboard
Commits
Commits on Jan 6, 2026
fix(batch): optimize processing batch trigger v2
ericallam
committed
f55f487
View commit details
Copy full SHA for f55f487
Browse repository at this point
fix two-stage processing with concurrency limit releasing in batches
ericallam
committed
e7a5010
View commit details
Copy full SHA for e7a5010
Browse repository at this point
fix leaking event listeners
ericallam
committed
a4c6e83
View commit details
Copy full SHA for a4c6e83
Browse repository at this point
address claude code PR feedback
ericallam
committed
797ed36
View commit details
Copy full SHA for 797ed36
Browse repository at this point
Commits on Jan 7, 2026
fix typecheck error
ericallam
committed
2247b1f
View commit details
Copy full SHA for 2247b1f
Browse repository at this point
allow setting workerQueueBlockingTimeoutSeconds to 0
ericallam
committed
08753e0
View commit details
Copy full SHA for 08753e0
Browse repository at this point
Add a short delay for the master queue consumer loop
ericallam
committed
50c462f
View commit details
Copy full SHA for 50c462f
Browse repository at this point
move the worker queue consumer to the batch queue instead of being inside the fair queue
ericallam
committed
ed25caa
View commit details
Copy full SHA for ed25caa
Browse repository at this point
fix tests
ericallam
committed
babb92d
View commit details
Copy full SHA for babb92d
Browse repository at this point
Add BATCH_QUEUE_WORKER_QUEUE_ENABLED to control which service dequeues from the worker queue
ericallam
committed
c8a1df0
View commit details
Copy full SHA for c8a1df0
Browse repository at this point
prevent memory leak in abort listeners
ericallam
committed
58a7bca
View commit details
Copy full SHA for 58a7bca
Browse repository at this point
cleanup batch span processor in the batch queue on stop
ericallam
committed
51fb53a
View commit details
Copy full SHA for 51fb53a
Browse repository at this point
complete a message if the stored message is not found
ericallam
committed
4ce1066
View commit details
Copy full SHA for 4ce1066
Browse repository at this point
better checking if an error is an abort error
ericallam
committed
6221282
View commit details
Copy full SHA for 6221282
Browse repository at this point
You can’t perform that action at this time.