-
-
Notifications
You must be signed in to change notification settings - Fork 713
Managed run controller revamp #1927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
8e84846
update nypm to support text-based bun lockfiles
nicktrn a3c94fd
fix retry spans
nicktrn 74e7c27
only download debug logs if admin
nicktrn 392b96f
add nypm changeset
nicktrn d3d6c48
Merge remote-tracking branch 'origin/main' into fix/v4-beta.0
nicktrn 060bbc1
pull out env override logic
nicktrn 40b4dfb
use runner env gather helper
nicktrn ce2558e
handle dev flushing failures gracefully
nicktrn 9bc9a15
fix path normalization for init.ts
nicktrn 81b8c4b
add logger
nicktrn 0fd10c9
add execution heartbeat service
nicktrn 990ac46
add snapshot poller service
nicktrn 030d4f8
fix poller
nicktrn 21ad68c
add changesets
nicktrn aebe34e
Merge remote-tracking branch 'origin/main' into fix/v4-beta.0
nicktrn bbd7ea6
create socket in constructor
nicktrn 1afe3a7
enable strictPropertyInitialization
nicktrn 9cf17ce
deprecate dequeue from version
nicktrn 6fff053
start is not async
nicktrn 76ac4a8
dependency injection in prep for tests
nicktrn 1f76bc7
add warm start count to all controller logs
nicktrn e77b14b
add restore count
nicktrn fa6866e
Merge remote-tracking branch 'origin/main' into fix/controller-rework
nicktrn 71cd80e
pull out run execution logic
nicktrn 0e2171e
Merge remote-tracking branch 'origin/main' into fix/controller-rework
nicktrn e03f417
temp disable pre
nicktrn 235372d
add a controller log when starting an execution
nicktrn 650533b
refactor execution and squash some bugs
nicktrn fdf14e0
cleanup completed docker containers by default
nicktrn 1643743
execution fixes and logging improvements
nicktrn eea6ce3
don't throw afet abort cleanup
nicktrn eea2106
poller should use private interval
nicktrn a57a967
Merge remote-tracking branch 'origin/main' into fix/controller-rework
nicktrn b61b360
rename heartbeat service file
nicktrn a434e98
rename HeartbeatService to IntervalService
nicktrn 1023d13
restore old heartbeat service but deprecate it
nicktrn 419dd21
use the new interval service everywhere
nicktrn dce194f
Revert "temp disable pre"
nicktrn 2d0bef9
add changeset
nicktrn df845e1
replace all run engine find uniques with find first
nicktrn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"trigger.dev": patch | ||
"@trigger.dev/core": patch | ||
--- | ||
|
||
Managed run controller performance and reliability improvements |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.