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

Improve async in get_pod_name function for K8S-plugin #20

Open
AngeCyp opened this issue Jul 10, 2024 · 0 comments
Open

Improve async in get_pod_name function for K8S-plugin #20

AngeCyp opened this issue Jul 10, 2024 · 0 comments
Labels
A:existing-plugin area: an existing plugin D:medium difficulty: "medium" good first issue Good for newcomers T:performance type: Performance could be improved

Comments

@AngeCyp
Copy link
Contributor

AngeCyp commented Jul 10, 2024

It should be possible to:

  1. put (name, namespace, node) and the code that uses these variables inside the async task
  2. get the Handle to the async runtime created by Alumet and spawn the task on it
  3. let the task run in the background without blocking (i.e. "spawn and forget")

Originally posted by @TheElectronWill in #17 (comment)

@AngeCyp AngeCyp added good first issue Good for newcomers T:performance type: Performance could be improved A:existing-plugin area: an existing plugin D:medium difficulty: "medium" labels Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:existing-plugin area: an existing plugin D:medium difficulty: "medium" good first issue Good for newcomers T:performance type: Performance could be improved
Projects
None yet
Development

No branches or pull requests

1 participant