Skip to content

Add X-RateLimit-Remaining check

Jindrich Lidrych requested to merge (removed):main into main

When jetdatabasecache.py checks the status of the JEC/JER database caches, you may sometimes encounter the following error requests.exceptions.HTTPError: 403 Client Error: rate limit exceeded for url: [https://api.github.com/repos/cms-jet/JRDatabase/git/refs/heads](https://api.github.com/repos/cms-jet/JRDatabase/git/refs/heads). This merge request should fix this issue.

Merge request reports