-
Notifications
You must be signed in to change notification settings - Fork 64
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
Debrief from PaleoHackWeek hub #260
Comments
I've made very extensive edits to the main issue. I'll take another pass tomorrow - I don't think it is complete yet. After that, we can spin this out into different issues in this and other repos. |
OK, I think the main issue is complete as far as I'm concerned. I'd love to hear from @khider about the xarray issue they ran into as well, though :) |
That one was on us. The notebook was written by exporting the values to numpy arrays instead of using native methods in xarray that makes the process efficient. The data is fairly large, resulting in a resource error. |
Ah, that was helpful to know, @khider! |
Yes, my fault for using |
Things left to do:
|
This debrief is looking great, thanks @yuvipanda for fleshing it out. A few quick questions:
|
This has been incorporated into more of our product processes by now. |
Summary
We ran a hub for the PaleoHackWeek hackathon, in partnership with @CommonClimate and @khider. The event went great overall, but there are some things that we can learn from it!
cc @yuvipanda and @GeorgianaElena - perhaps we can discuss the summaries below and then decide how we'd like to spin off issues for these? Please provide any extra edits that clarify things below! and @CommonClimate + @khider please feel free to provide any clarifications of your own, or new ideas as they came up!
What went well
What went poorly
PROXY_SECRET_TOKEN
for local machines (see Document PROXY_SECRET_KEY #116). Merging the PR triggered another proxy pod restart, causing the hub to basically stop working while the proxy restarted and was repopulated with appropriate routes.Speed bumps
e2-highcpu-4
, need to investigate if that is the right thing.Where we got lucky
n1-highcpu-8
CPUs, which were ok for the determined 2 CPU, 2GB RAM per user resource requests. But this had to be upped during the course of the hackathon, and we got lucky that each user didn't need more than 4G of RAM.Action items
Process improvements
Documentation improvements
Technical improvements
PROXY_SECRET_KEY
from a centralized location, so it's consistent wherever people run deploy scripts from (Document PROXY_SECRET_KEY #116)The text was updated successfully, but these errors were encountered: