You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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 short2s
. 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?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: