-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toph increases rate limit for shared issues #17265
Toph increases rate limit for shared issues #17265
Conversation
also renames the file to be more clear to outsiders
took me some time to find, saving others
c555de0
to
25dbefb
Compare
run: | | ||
./tools/bin/find_non_rate_limited_PAT \ | ||
${{ secrets.OCTAVIA_PAT }} \ | ||
${{ secrets.OCTAVIA_4_ROOT_ACCESS }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a new Octavia user with new PAT limits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have much context on the find_non_rate_limited_PAT
stuff so I think I'll leave it to someone else on your team to approve, but it seems like this will help! Thanks for putting this up!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
I like the renamed file and extra comments too!
steps: | ||
- uses: nick-fields/private-action-loader@v3 | ||
with: | ||
pal-repo-token: "${{ secrets.OCTAVIA_PAT }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use the find_valid_pat output token for this as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty pete. missed it
Looks like this is failing. https://github.com/airbytehq/airbyte/actions/runs/3139838149/jobs/5100623564
|
I'm pretty sure I checked the wrong pipeline to verify this worked 🤦 working on a fix now |
* Adds second PAT for issue labeller also renames the file to be more clear to outsiders * Adds reference to code that runs took me some time to find, saving others * comment cleanup * use find_valid_pat output for both actions
* Adds second PAT for issue labeller also renames the file to be more clear to outsiders * Adds reference to code that runs took me some time to find, saving others * comment cleanup * use find_valid_pat output for both actions
Sooo many sad people have hit this rate limit. there is actually alot of underlying issues.
this PR is a bandaid for rate limits AND a clarification on what is running