MinBZK / tad

Transparency of Algorithmic Decision making
European Union Public License 1.2
1 stars 0 forks source link

Improve ratelimit on github requests in TAD #79

Closed anneschuth closed 1 week ago

anneschuth commented 1 week ago

github has a rate limit of 60 requests per hour per ip. We currently do 1 request to get all instruments from the instrument-register. We also do a request per instrument in the instrument register.

This means we can quickly get to the limit. this limit can be increased by either using caching or authenticated requests.

We add an optional Github Authorization token through an app (this gives us 15k/h requests).

github-actions[bot] commented 1 week ago

Welcome to our community :hugs: and thank you for your first contribution.

As a first time contributor please make sure to review our contribution guidelines :heart: