-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature: scheduler #275
Draft
superstar54
wants to merge
16
commits into
main
Choose a base branch
from
feature/scheduler
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Feature: scheduler #275
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b298b91 - Browse repository at this point
Copy the full SHA b298b91View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7ed561 - Browse repository at this point
Copy the full SHA f7ed561View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed47f0b - Browse repository at this point
Copy the full SHA ed47f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0dfea6 - Browse repository at this point
Copy the full SHA a0dfea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d90643 - Browse repository at this point
Copy the full SHA 8d90643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8669675 - Browse repository at this point
Copy the full SHA 8669675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ef506 - Browse repository at this point
Copy the full SHA 56ef506View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7916e27 - Browse repository at this point
Copy the full SHA 7916e27View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c36d72b - Browse repository at this point
Copy the full SHA c36d72bView commit details
Commits on Sep 1, 2024
-
- Delete a workgraph data when it is finished
- Pickup the Scheduler process instead of launching a new one. - submit a workgraph inside the scheduler - Move report from Scheduler process to the workgraph process
Configuration menu - View commit details
-
Copy full SHA for 9348801 - Browse repository at this point
Copy the full SHA 9348801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35aab9b - Browse repository at this point
Copy the full SHA 35aab9bView commit details
Commits on Sep 2, 2024
-
Scheduler add workgraph subsriber
The scheduler will listen to the task from scheduler_queue
Configuration menu - View commit details
-
Copy full SHA for d267263 - Browse repository at this point
Copy the full SHA d267263View commit details -
1) can run multiple runner (daemon) for the scheduler, each runner will listen to the `scheduler_queue`, and the prefetch_count is set to 1, thus each runner can only launch one Scheduler process. 2) The scheduler process listen to the `workgraph_queue` to launch WorkGraph 3) the scheduler recieve rpc call to launch WorkGrpah 4) user can submit workgraph to the workgraph queue, or select the shceduler to run it by pk
Configuration menu - View commit details
-
Copy full SHA for d35d63e - Browse repository at this point
Copy the full SHA d35d63eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8299fe5 - Browse repository at this point
Copy the full SHA 8299fe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a29c79 - Browse repository at this point
Copy the full SHA 5a29c79View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eaa2f7e - Browse repository at this point
Copy the full SHA eaa2f7eView commit details
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.