You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/24 02:06:44 UTC

[GitHub] [camel-k] tadayosi commented on issue #3760: Kamelet API test rate limit

tadayosi commented on issue #3760:
URL: https://github.com/apache/camel-k/issues/3760#issuecomment-1288308108

   Probably the issue is not only for testing, but rather more broadly related to the way how the cli and testing interact with GitHub API.
   https://docs.github.com/en/developers/apps/building-github-apps/rate-limits-for-github-apps
   
   So a cli which interacts with GitHub API should be aware of `GITHUB_TOKEN` and when it's available it should use the token to mitigate the rate limits. For example, we interact with GitHub API through `kamel run` and when we run `kamel run github:...`  many times we'll hit the same rate limit issue.
   
   Likewise GitHub Actions provides a `secret.GITHUB_TOKEN` for each workflow so we can utilise the token for the CI tests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org