fix(api): clean up stale waiting tasks - #2351
Open
vavo wants to merge 1 commit into
Open
Conversation
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
vavo
force-pushed
the
notrius/task-1670-cleanup-stale-tasks
branch
from
July 30, 2026 22:40
1b6f6f8 to
3eb3dae
Compare
|
@vavo is attempting to deploy a commit to the Livepeer Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Hey guys, this is my first PR for your repo. Although I've read your documentation on contributing , PR template and Code of Conduct, detailed feedback on what did I miss, what to do better, etc is more than welcome. Also if there is a specific issue(s) you'd like to help with, let me know, I can have a look. Thanks! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this pull request do. Explain your changes. (required)
Fixes #1670 by cleaning up tasks that remain in the
waitingphase indefinitely and preventing new tasks from being added when a user has reached the pending-task limit.Specific updates (required)
task-cleanupjob for first-attempt tasks stuck inwaitingfor more than six hours.task-cleanupandtask-cleanup-limitCLI options.How did you test each of these updates (required)
The repository-wide Jest command also discovers generated
disttests. Those artifact tests fail because generated schema files are not available indist; the source test suite passes.Does this pull request close any open issues?
Fixes #1670
Screenshots (optional)
Not applicable.
Checklist