-
Notifications
You must be signed in to change notification settings - Fork 45
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
Rate Limiting #654
Comments
Hi- yeah we're still running into this occasionally. There is a workaround which is to create a GitHub Personal Access token and A more concrete solution for this would be to rewrite Volare to use a cloud storage backend of some kind. |
An alternative is to have a GitHub action that publishes the list of PDKs to a github pages site, and then volare can get the list from the gh pages site. This way, it stays "github-native", while avoiding the rate limit imposed by the github API. |
That could work, presuming they don't rate-limit Pages. |
They don't :) |
Description
Issue #132 has reared its head, here is the error log.
It could be the cause of this repository being used in a classroom of multiple people (>20) and thus making GitHub panic.
Expected Behavior
Runs the smoke-test successfully.
Environment report
Reproduction material
Follow the guide as expected:
https://openlane2.readthedocs.io/en/latest/getting_started/newcomers/index.html
After the installation and being in the nix-shell environment, you try to run the command with --smoke-test to ensure if the openlane2 has been successfully installed.
Relevant log output
The text was updated successfully, but these errors were encountered: