Add new scheduler with step granularity#110
Merged
chenyushuo merged 21 commits intoagentscope-ai:mainfrom Jul 10, 2025
Merged
Conversation
Collaborator
Author
|
/run-unittest |
Summary
Failed TestsNo failed tests ✨ Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
Collaborator
Author
|
/run-unittest |
chenyushuo
reviewed
Jul 3, 2025
Collaborator
Author
|
/run-unittest |
Summary
Failed Tests
Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
Collaborator
Author
|
/run-unittest |
Summary
Failed Tests
Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
Collaborator
Author
|
/run-unittest |
Summary
Failed TestsNo failed tests ✨ Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
Collaborator
Author
|
/run-unittest |
Summary
Failed TestsNo failed tests ✨ Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
Collaborator
Author
|
/run-unittest |
Collaborator
Author
|
/run-unittest |
Summary
Failed Tests
Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
Collaborator
Author
|
/run-unittest |
Summary
Failed TestsNo failed tests ✨ Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
chenyushuo
reviewed
Jul 9, 2025
Collaborator
Author
|
/run-unittest |
Summary
Tests
Github Test Reporter by CTRF 💚 |
Collaborator
Author
|
/run-unittest |
Summary
Tests
Github Test Reporter by CTRF 💚 |
chenyushuo
approved these changes
Jul 10, 2025
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.
Description
Add a new task/workflow
Schedulerwith step granularity to replace the originalRunnerPool.Key Features:
Schedulersupports self-management ofWorkflowRunner, handles exceptions during the execution, and automatically restarts when it timeout.Scheduleris completely asynchronous, avoiding the thread switching overhead of the original version.Schedulersupports distinguishing tasks in different batches bybatch_id. Different batch of tasks can run in parallel and users can waiting for a specific batch of tasks and aggregating the results, thereby supporting the metrics recording of a single batch of tasks.Checklist
Please check the following items before code is ready to be reviewed.