Skip to content

Conversation

@tassy-h
Copy link

@tassy-h tassy-h commented Dec 7, 2025

Reducing requests to https://api.npmjs.org/downloads/point/last-week/.

♻️ Current situation

API usage limits are being hit due to excessive request volume.

💡 Proposed solution

Reduced request count by batching requests to https://api.npmjs.org/downloads/point/last-week/, which were previously made individually per plugin.

⚙️ Release Notes

Reduced NPM API request count, making plugin information retrieval errors less likely to occur.

➕ Additional Information

This addresses one cause of the following issue:
#2

Testing

I set TESTING_LIMIT to 200 and confirmed no errors occurred when running npm run extract.

Reviewer Nudging

Only one file was modified.
Reviewing the processing from extractAndStoreData should provide sufficient context.

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.

1 participant