-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Where is https://archives.boost.io/ hosted? #845
Comments
The original jfrog links should be re-activated and working now. It was a mistake on their end. (archives.boost.io used a major cloud cdn) |
Thanks for the clarification @sdarwin
I'm wondering what is the recommended source from now on. Should React Native users download from archives.boost.io or from JFrog? |
At this moment, the preferred choice is JFrog. The boost website ought to reflect that soon. However... We hope to switch the JFrog hosting to use a Fastly CDN because they are concerned about the amount of bandwidth. When that happens the download links will change again. |
Thanks for the clarification. Will there be an announcement or should we just check the download link regularly? |
Hoping to enable the new downloads within the next week if possible, but not guaranteed. At least, check the main website. |
@sdarwin we're back with JFrog being down. Any official updates on your end? Should we move everyone to archives.boost.io? |
The PowerGridModel/power-grid-model moved to https://archives.boost.io/ but it also appears to be flaky. Restarting our CI once or twice does fix the issue, but it's not really the optimal solution. We've had similar issues before with We're likely going to do the same for For the moderators: if this is not the right location to post this, feel free to move and/or request me to post somewhere else. |
FYI: due to the latest release resulting in issues in our pipeline again (1.87.0 was available for some platforms but not for all of them), we have finally decided to implement the solution proposed in the above comment in https://github.com/PowerGridModel/boost-pypi (note: the For moderators or admins of Boost: we are more than willing to donate this project to you. Please contact us if you are open to that. |
Hi @mgovers , Thanks for the comment! The new download URL is at https://archives.boost.io/ . I see in github actions you hit this error.
It should be possible to take various steps to troubleshoot. The first one, I modified the Fastly VCL configuration to cache 404s for 10 mins. Not the "default" time period which is 1 hr, or the quite long (a month) for archive zip files. Let's see how this goes, please report back errors. |
Hi @sdarwin , Thank you for your feedback
Our main issue is that we do not have the capacity to debug. It's good that this may solve the error, but we did get the 404 over the course of several hours (first noticed Thursday 2:45PM UTC+1, and again/still Friday 8:30AM UTC+1), so I don't think caching is the only issue. Anyways, we now migrated to the alternative solution, which pretty well suits our use case of having it as a |
@mgovers the traffic levels on the download are significant, in the TBs per day, which is the reason we have preferred to use a CDN (Fastly) and not shift the burden to possibly unsuspecting hosting services, pypi or even github, although both of those organizations may be equipped to handle the bandwidth load. "again/still Friday 8:30AM UTC". ok, that time was still before the most recent update. |
Hi @sdarwin , Thank you again for the reply. I understand your point and I did not know about the most recent update. We'll have to discuss amongst ourselves whether to migrate back or to keep it as is, as we were thinking of migrating away from the intermediate downloader ( |
The current Boost download source we use (boostorg.jfrog.io) was shut down, this PR replaces it with the new CDN (archives.boost.io) the official boost.org website has switched to. Refs: boostorg/website#900 boostorg/boost#845 (comment) boostorg/boost#842 Pull Request: https://projects.blender.org/blender/blender/pulls/132774
Hi all,
Nicola from the React Native team here,
Over the last ~2 days, the JFrog Boost repository was down/slow-to-respond and caused significant disruption to the whole React Native ecosystem (iOS apps could not build due to failing CocoaPods installation, Android CI was broken, etc.)
I've seen that your official website now recommends to use https://archives.boost.io/ instead of the JFrog repository.
I'm wondering where is https://archives.boost.io/ hosted. Is it going to be maintained long term or is it just a temporary measure while JFrog was down?
We're considering moving our download URL to point to https://archives.boost.io/ but we're wondering if this is now the recommended repository where to download Boost sources from:
The text was updated successfully, but these errors were encountered: