handle rate limit

This commit is contained in:
tdurieux
2026-05-06 17:50:01 +03:00
parent c1e18f82a9
commit aae6eae6eb
4 changed files with 306 additions and 175 deletions
+2
View File
@@ -20,6 +20,8 @@
"invalid_source_repository": "The repository source name is invalid; expected the form 'owner/name'.",
"repoId_not_defined": "A repository ID must be provided.",
"repoUrl_not_defined": "The repository URL needs to be defined.",
"source_not_provided": "A repository source must be provided.",
"github_rate_limit_exceeded": "GitHub temporarily blocked the request because we hit its API rate limit. Wait a few minutes and try again. If the problem persists and you contact GitHub Support, include the request ID and timestamp shown in GitHub's response (the 'X-GitHub-Request-Id' header).",
"repoId_already_used": "The repository ID is already used.",
"invalid_repoId": "The format of the repository ID is invalid.",
"unsupported_source": "The repository source type is not supported.",