Skip to content

feature: add support for throttling - #392

Open
pose wants to merge 2 commits into
aws-actions:mainfrom
pose:pose/features/add-throttling
Open

feature: add support for throttling#392
pose wants to merge 2 commits into
aws-actions:mainfrom
pose:pose/features/add-throttling

Conversation

@pose

@pose pose commented Jan 30, 2026

Copy link
Copy Markdown

Adding @octokit/plugin-throttling to reduce rate limiting errors. Now, when the quota we will wait until the quota is restored and the following message will be shown:

| Request quota exhausted for request GET https://api.github.com/repos/pulumi/pulumi-kubernetes/issues?state=open&labels=response-requested&per_page=100. Retrying after 1400 seconds!

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Adding `@octokit/plugin-throttling` to reduce rate limiting errors. Now,
when the quota we will wait until the quota is restored and the following message will be shown:

```
| Request quota exhausted for request GET https://api.github.com/repos/pulumi/pulumi-kubernetes/issues?state=open&labels=response-requested&per_page=100. Retrying after 1400 seconds!
```
Comment thread src/entrypoint.ts
},
},
},
// biome-ignore lint/suspicious/noExplicitAny: required because https://github.com/actions/toolkit/issues/2283

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pose pose changed the title Add support for throttling feature: add support for throttling Jan 30, 2026
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