-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Run prebuilds in the storage-bucket's region #6650
Comments
This sounds like a sensible and really good idea. 👍 (Unfortunately, it does not solve the egress due to popular prebuilds getting consumed in all regions -- for example, our starter templates typically have one prebuild that gets opened in many thousands of workspaces in all regions -- if a popular prebuild is stored in a single region, then all other regions will constantly transfer the same prebuild multiple times across oceans) |
We're a bit swamped at the moment. Moving this to our backlog to bring it up later |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
If this issue becomes stale, will it be difficult to remember/find this feature-request in the future? |
I think we should raise the priority of this issue, because:
... repeated on every single push to such a repository (and some projects have a very high push-rate). Also, is team WebApp the correct owner for this? Cc @geropl |
Ah, didn't look long enough to find this one, but created a fresh one: #9872 @jankeromnes Could you please replace the new issue with this one? And place in on top ot the "scheduled" column? 🙏 |
Before this can work we need to solve #10134 - or make OTS region aware |
Thanks for the sharing this! @jldec, I think this issue here is not actionable at the moment. Let's pull out of scheduled, please! |
@AlexTugarev one path forward would be to make OTS region aware (i.e. introduce something like eu.gitpod.io or the likes) and use that to name the OTS. This sits directly within webapps space. |
Removed from scheduled |
Running a prebuild in the same geographical region of the storage bucket to which the prebuild will be uploaded saves us costs in two places:
proposed solution:
ws-manager-bridge
/server
should be aware of the geographical region of the prebuild's storage bucket and route the prebuild to a workspace cluster in the same region.While we may not have capacity to fix this immediately it would be great to have this on the radar.
Related:
The text was updated successfully, but these errors were encountered: