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

feat: support multi-route with shared workers #423

Merged
merged 12 commits into from
Aug 3, 2023

Conversation

kemingy
Copy link
Member

@kemingy kemingy commented Jul 24, 2023

TODO:

  • use serde method when the task is in the ingress/egress stage
  • add examples
  • add tests
  • add docs

Signed-off-by: Keming <kemingy94@gmail.com>
Signed-off-by: Keming <kemingy94@gmail.com>
Signed-off-by: Keming <kemingy94@gmail.com>
Signed-off-by: Keming <kemingy94@gmail.com>
@github-actions github-actions bot added the enhancement New feature or request label Jul 24, 2023
mosec/args.py Show resolved Hide resolved
mosec/coordinator.py Outdated Show resolved Hide resolved
mosec/server.py Outdated Show resolved Hide resolved
mosec/server.py Outdated Show resolved Hide resolved
mosec/server.py Outdated Show resolved Hide resolved
kemingy and others added 3 commits July 31, 2023 01:04
Signed-off-by: Keming <kemingy94@gmail.com>
Signed-off-by: Keming <kemingy94@gmail.com>
Co-authored-by: zclzc <38581401+lkevinzc@users.noreply.github.com>
Signed-off-by: Keming <kemingy94@gmail.com>
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jul 31, 2023
Signed-off-by: Keming <kemingy94@gmail.com>
Signed-off-by: Keming <kemingy94@gmail.com>
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jul 31, 2023
Signed-off-by: Keming <kemingy94@gmail.com>
@kemingy kemingy marked this pull request as ready for review July 31, 2023 15:58
@kemingy kemingy requested a review from lkevinzc July 31, 2023 15:58
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jul 31, 2023
Signed-off-by: Keming <kemingy94@gmail.com>
Signed-off-by: Keming <kemingy94@gmail.com>
@kemingy kemingy added this pull request to the merge queue Aug 3, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 3, 2023
@kemingy kemingy added this pull request to the merge queue Aug 3, 2023
Merged via the queue into mosecorg:main with commit 30261fe Aug 3, 2023
11 of 12 checks passed
@kemingy kemingy deleted the multiroute branch August 3, 2023 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Support multi-route in mosec refactor: delete the IPCWrapper related code
2 participants