-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Open
Labels
area:dev-toolskind:metaHigh-level information important to the communityHigh-level information important to the community
Description
Body
We've been frequently hitting GitHub rate limits in CI over the past few days. Upon investigation, it appears that while we do pass down the GITHUB_TOKEN
to the breeze commands and related CI scripts, we don’t actually use the GitHub API. Instead, we rely on fetching files via raw.githubusercontent.com
, which doesn't utilize the token and thus bypasses the mechanisms that would help avoid rate limiting.
Shell Scripts referencing raw.githubusercontent.com
- get_devel_deps.sh - not needed[common.sh - we have no GitHub token during building images[restricted_environments.sh](https://github.com/apache/airflow/blob/main/docker-stack-docs/docker-examples/restricted/[restricted_environments.sh](https://github.com/apache/airflow/blob/main/docker-stack-docs/docker-examples/restricted/restricted_environments.sh) - this is just example we do not run it regularlyTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Python Files referencing raw.githubusercontent.com
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airflow project.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Labels
area:dev-toolskind:metaHigh-level information important to the communityHigh-level information important to the community
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
aritra24 commentedon May 18, 2025
@amoghrajesh if you need a couple more hands helping move these I can pitch in.
potiuk commentedon May 19, 2025
I don't think we need to "fix" all of those- I already reviewed and marked a few that should stay as they are.
amoghrajesh commentedon May 19, 2025
Thank you @potiuk, it was a bulk fetch and I didn't triage them yet, thanks!
Make helm tests more resilient to API rate limits.
Make helm tests more resilient to API rate limits. (#50784)
Make helm tests more resilient to API rate limits. (apache#50784)
Make helm tests more resilient to API rate limits. (apache#50784)