yanyongyu / githubkit

The modern, all-batteries-included GitHub SDK for Python, including rest api, graphql, webhooks, like octokit!
https://yanyongyu.github.io/githubkit/
MIT License
204 stars 25 forks source link

Feature: add basic throttling logic #163

Closed yanyongyu closed 2 weeks ago

yanyongyu commented 2 weeks ago

This pr adds the basic request concurrency throttling logic. The pause between mutative requests logic is not implemented.

fix #66