-
Notifications
You must be signed in to change notification settings - Fork 34
check-member-data: Try member URLs multiple times before failing #354
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
Comments
Clearly this is not done:
|
This is what is happening currently, with a 2000ms sleep between GET requests:
But on my end, this URL is clearly accessible. Not sure what to do here, let's see. Maybe a huge timeout. Maybe printing out the nature of the network error, which would give us something to report to GitHub if it's a GitHub network issue. |
This is a Vercel-related issue.
|
It looks like what's happening is that other GitHub users are using Actions to make requests to Vercel websites, and Vercel is throttling one or multiple GitHub runner IPs. There's no real way around this aside from moving off of Actions, so I've added some code that checks if we got a 429 response, and if so, just skips that particular check. This means that we won't be able to verify URLs for Pixee and Platformatic. 🤷🏻 Implemented in #384 |
Disabling the workflow until this is done.
The text was updated successfully, but these errors were encountered: