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
82
Discussions
Actions
Projects
Security and quality
27
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
v4: simplified release concurrency system and status changes
- #2284
#2284
Merged
matt-aitken
merged 15 commits into
main
triggerdotdev/trigger.dev:main
from
v4-simplified-release-concurrency-system
triggerdotdev/trigger.dev:v4-simplified-release-concurrency-system
Copy head branch name to clipboard
Jul 21, 2025
Conversation
Commits
15
(15)
Checks
Files changed
Merged
v4: simplified release concurrency system and status changes
#2284
matt-aitken
merged 15 commits into
main
triggerdotdev/trigger.dev:main
from
v4-simplified-release-concurrency-system
triggerdotdev/trigger.dev:v4-simplified-release-concurrency-system
Copy head branch name to clipboard
Commits
Commits on Jul 17, 2025
WIP
ericallam
committed
d5e7f6b
View commit details
Copy full SHA for d5e7f6b
Browse repository at this point
Make release concurrency system extremely simple, everything just releases all the time
ericallam
committed
949f404
View commit details
Copy full SHA for 949f404
Browse repository at this point
update the deadlock detection to use the new lockedQueueReleaseConcurrencyOnWaitpoint column
ericallam
committed
f507be3
View commit details
Copy full SHA for f507be3
Browse repository at this point
WIP new release concurrency system
ericallam
committed
018baa7
View commit details
Copy full SHA for 018baa7
Browse repository at this point
Remove releaseConcurrency and releaseConcurrencyOnWaitpoint
Show description for e75319c
ericallam
committed
e75319c
View commit details
Copy full SHA for e75319c
Browse repository at this point
Added new DEQUEUED status
Show description for 287d09a
ericallam
committed
287d09a
View commit details
Copy full SHA for 287d09a
Browse repository at this point
Introduce the new "current dequeued concurrency set"
ericallam
committed
dfc88e5
View commit details
Copy full SHA for dfc88e5
Browse repository at this point
Remove QUEUED_EXECUTING because we no longer "eagerly" release before checkpointing
ericallam
committed
f5f12cb
View commit details
Copy full SHA for f5f12cb
Browse repository at this point
Remove waitpoint test for QUEUED_EXECUTING
ericallam
committed
ffc494c
View commit details
Copy full SHA for ffc494c
Browse repository at this point
Add isWaiting
ericallam
committed
3615d65
View commit details
Copy full SHA for 3615d65
Browse repository at this point
Commits on Jul 21, 2025
Add changeset
ericallam
committed
74f32a4
View commit details
Copy full SHA for 74f32a4
Browse repository at this point
Use createdAt for ordering realtime runs instead of number
ericallam
committed
54db95d
View commit details
Copy full SHA for 54db95d
Browse repository at this point
Clarify the envCurrentDequeuedKey usage
ericallam
committed
e73626d
View commit details
Copy full SHA for e73626d
Browse repository at this point
mock the db.server file to fix the tests
ericallam
committed
256f6e3
View commit details
Copy full SHA for 256f6e3
Browse repository at this point
Updated changset "EXECUTED" -> "EXECUTING"
matt-aitken
authored
c16d8e8
View commit details
Copy full SHA for c16d8e8
Browse repository at this point
You can’t perform that action at this time.