-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Pr 3310 fix #3323
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
base: main
Are you sure you want to change the base?
Pr 3310 fix #3323
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| "@trigger.dev/core": patch | ||
| --- | ||
|
|
||
| fix(v3): remove executing tasks waiting to deploy | ||
|
|
||
| Removes the executing tasks that are waiting to deploy from the task list. This fixes an issue where tasks in EXECUTING state but waiting for deployment were incorrectly displayed. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 V1 engine WAITING_FOR_DEPLOY runs will no longer be drained on deployment The removed code in Was this helpful? React with 👍 or 👎 to provide feedback. |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 Changeset targets
@trigger.dev/corebut no package code was changed — should be a.server-changes/fileThe changeset declares
"@trigger.dev/core": patchbut this PR only changes files inapps/webapp/. No files underpackages/core/(or any otherpackages/directory) were modified. Per the CONTRIBUTING.md rules table, server-only PRs should add a.server-changes/file instead of a changeset. This changeset would cause a spurious patch release of@trigger.dev/corewith no actual code changes, creating noise for downstream consumers.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.