-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
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. | ||||||||||
|
Comment on lines
+5
to
+7
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. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Make the changeset description user-facing. This currently leads with internal -fix(v3): remove executing tasks waiting to deploy
-
-Removes the executing tasks that are waiting for deploy from the task list. This fixes an issue where tasks in EXECUTING state but waiting for deployment were incorrectly displayed.
+Tasks waiting for deployment are no longer shown in the task list.As per coding guidelines: “In changesets and 📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool[style] ~7-~7: Consider using a different verb for a more formal wording. (FIX_RESOLVE) Source: Coding guidelines |
||||||||||
|
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.