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

[Core feature] [copilot] enhance uploader performance #6080

Open
2 tasks done
wayner0628 opened this issue Dec 4, 2024 · 3 comments
Open
2 tasks done

[Core feature] [copilot] enhance uploader performance #6080

wayner0628 opened this issue Dec 4, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@wayner0628
Copy link
Contributor

Motivation: Why do you think this is important?

As reported, copilot has the issue of uploader running too slow.

Goal: What should the final outcome look like, ideally?

SharedProcessNSWatcher: The uploader depends on the watcher to monitor the completion of the user code container. If we suspect the overhead originates here, the issue might be the polling interval, which is set to a short 2s. This requires listing and filtering all processes frequently, potentially causing the overhead.

Describe alternatives you've considered

Could also be uploading itself too slow.

Propose: Link/Inline OR Additional context

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@wayner0628 wayner0628 added enhancement New feature or request untriaged This issues has not yet been looked at by the Maintainers labels Dec 4, 2024
@wayner0628
Copy link
Contributor Author

#take

@wayner0628
Copy link
Contributor Author

I’ll start by examining how many processes are checked during each poll and measuring the time it takes to determine if this contributes to the overhead.

@Future-Outlier
Copy link
Member

I’ll start by examining how many processes are checked during each poll and measuring the time it takes to determine if this contributes to the overhead.

Thank you so much!

@eapolinario eapolinario removed the untriaged This issues has not yet been looked at by the Maintainers label Dec 5, 2024
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
Status: Backlog
Development

No branches or pull requests

3 participants