-
Notifications
You must be signed in to change notification settings - Fork 421
Maintenance: Add pause when building layers #2491
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
Removing the |
|
This is now released under 2.22.0 version! |
Why is this needed?
Our layer-building process expects to download the version published on PyPI with the corresponding tag, but it happens that sometimes (probably CDN cache) PyPI takes minutes to point to the latest version and the build fails. So let's add a pause of about 30 seconds in the layer build to give Pypi time to update with the latest version.
ERROR:
Which area does this relate to?
Automation
Solution
Add a pause of about 30 seconds in the layer build to give Pypi time to update with the latest version.
Acknowledgment
The text was updated successfully, but these errors were encountered: