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

Use capnproto to serialize/deserialize #6

Merged
merged 5 commits into from
Aug 22, 2024
Merged

Conversation

sharpener6
Copy link
Collaborator

  • Replace customized zmq frames serialization with Cap'n Proto to pave the road to implement language agnostic scheduler implementation, so make C++ implementation of scheduler feasible.
  • Replace legacy setup.py with pyproject.toml
  • Add configuration for black, flake8, and mypy
  • Change to monotonic time for profiling
  • Fix mypy warnings

Please note all the warnings for flake8/mypy need be fixed when contribute, also all test cases need passed

README.md Outdated Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
scaler/entry_points/top.py Outdated Show resolved Hide resolved
JamieSlome and others added 4 commits August 21, 2024 22:43
Signed-off-by: Jamie Slome <[email protected]>
- Replace customized zmq frames serialization with Cap'n Proto to
  pave the road to implement language agnostic scheduler
  implementation, so make C++ implementation of scheduler feasible.
- Replace legacy setup.py with pyproject.toml
- Add configuration for black, flake8, and mypy
- Change to monotonic time for profiling
- Fix mypy warnings

Signed-off-by: Sharpner6 <[email protected]>
Copy link
Collaborator

@rafa-be rafa-be left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sharpener6 sharpener6 merged commit 68ee043 into Citi:main Aug 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants