Skip to content

Conversation

@leigaol
Copy link
Contributor

@leigaol leigaol commented Dec 11, 2024

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Description

The system status (battery, CPU usage) was polled very frequently. aws/aws-toolkit-vscode#6134. The fix is to only poll system status (battery, CPU usage) when vector indexing is in progress. The system cpu/battery poll was to make the vector index pause when system load is high to protect system resources, it is no longer needed after vector index is done.

Checklist

  • My code follows the code style of this project
  • I have added tests to cover my changes
  • A short description of the change has been added to the CHANGELOG if the change is customer-facing in the IDE.
  • I have added metrics for my changes (if required)

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@leigaol leigaol requested a review from a team as a code owner December 11, 2024 18:38
@leigaol leigaol requested a review from Will-ShaoHua December 11, 2024 18:38
@rli rli merged commit 538b591 into aws:main Dec 11, 2024
11 checks passed
laileni-aws pushed a commit to laileni-aws/aws-toolkit-jetbrains that referenced this pull request Dec 12, 2024
The system status (battery, CPU usage) was polled very frequently. aws/aws-toolkit-vscode#6134. The fix is to only poll system status (battery, CPU usage) when vector indexing is in progress. The system cpu/battery poll was to make the vector index pause when system load is high to protect system resources, it is no longer needed after vector index is done.
karanA-aws pushed a commit to karanA-aws/aws-toolkit-jetbrains that referenced this pull request Jan 17, 2025
The system status (battery, CPU usage) was polled very frequently. aws/aws-toolkit-vscode#6134. The fix is to only poll system status (battery, CPU usage) when vector indexing is in progress. The system cpu/battery poll was to make the vector index pause when system load is high to protect system resources, it is no longer needed after vector index is done.
karanA-aws pushed a commit to karanA-aws/aws-toolkit-jetbrains that referenced this pull request Jan 22, 2025
The system status (battery, CPU usage) was polled very frequently. aws/aws-toolkit-vscode#6134. The fix is to only poll system status (battery, CPU usage) when vector indexing is in progress. The system cpu/battery poll was to make the vector index pause when system load is high to protect system resources, it is no longer needed after vector index is done.
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