Skip to content
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

[WIP] - Implement distributed scheduler building block #562

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mikeee
Copy link
Member

@mikeee mikeee commented May 8, 2024

Description

Issue reference

Please reference the issue this PR will close: #561

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Copy link

codecov bot commented May 8, 2024

Codecov Report

Attention: Patch coverage is 53.96825% with 29 lines in your changes are missing coverage. Please review.

Project coverage is 63.94%. Comparing base (27248ba) to head (5018005).
Report is 11 commits behind head on main.

Files Patch % Lines
service/grpc/scheduling.go 0.00% 21 Missing ⚠️
service/http/scheduling.go 0.00% 6 Missing ⚠️
client/scheduling.go 93.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #562      +/-   ##
==========================================
+ Coverage   58.04%   63.94%   +5.90%     
==========================================
  Files          55       55              
  Lines        3568     3284     -284     
==========================================
+ Hits         2071     2100      +29     
+ Misses       1375     1061     -314     
- Partials      122      123       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mikeee mikeee force-pushed the feat-dist-scheduler branch 12 times, most recently from 1743dac to 43c8782 Compare May 8, 2024 21:24
Signed-off-by: mikeee <hey@mike.ee>
@mikeee mikeee added this to the v1.11 milestone May 11, 2024
@mikeee mikeee added enhancement-runtime-dependency New feature or request due to a runtime feature P0 labels May 11, 2024
Signed-off-by: mikeee <hey@mike.ee>
@mikeee mikeee force-pushed the feat-dist-scheduler branch 7 times, most recently from ed232ef to 30868ea Compare May 17, 2024 16:18
Signed-off-by: mikeee <hey@mike.ee>
@mikeee mikeee force-pushed the feat-dist-scheduler branch 2 times, most recently from 465cfe7 to 683e4f9 Compare May 19, 2024 21:25
@mikeee mikeee force-pushed the feat-dist-scheduler branch 5 times, most recently from 1eb97d2 to 94d9adb Compare May 20, 2024 17:20
Signed-off-by: mikeee <hey@mike.ee>
@mikeee mikeee force-pushed the feat-dist-scheduler branch 2 times, most recently from 226fb2b to 6526f3c Compare May 28, 2024 15:25
@mikeee mikeee mentioned this pull request May 28, 2024
46 tasks
Signed-off-by: mikeee <hey@mike.ee>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement-runtime-dependency New feature or request due to a runtime feature P0
Projects
Status: Needs Owner
Development

Successfully merging this pull request may close these issues.

Implement distributed scheduler building block (alpha)
1 participant