-
Notifications
You must be signed in to change notification settings - Fork 47
Add new scheduler with step granularity #110
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
Conversation
|
/run-unittest |
Summary
Failed TestsNo failed tests ✨ Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
|
/run-unittest |
|
/run-unittest |
Summary
Failed Tests
Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
|
/run-unittest |
Summary
Failed Tests
Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
|
/run-unittest |
Summary
Failed TestsNo failed tests ✨ Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
|
/run-unittest |
Summary
Failed TestsNo failed tests ✨ Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
|
/run-unittest |
|
/run-unittest |
Summary
Failed Tests
Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
|
/run-unittest |
Summary
Failed TestsNo failed tests ✨ Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
|
/run-unittest |
Summary
Tests
Github Test Reporter by CTRF 💚 |
|
/run-unittest |
Summary
Tests
Github Test Reporter by CTRF 💚 |
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.