-
Notifications
You must be signed in to change notification settings - Fork 18
Clarify how we think about pre-initializing infra for workshops #282
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
Open
aprilmj
wants to merge
1
commit into
main
Choose a base branch
from
aprilmj-patch-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,26 +13,25 @@ To do so, email `support@2i2c.org` with at least these pieces of information: | |||||
| - End date for the event | ||||||
| - The active times for the event (e.g., 9am to 5pm US/Pacific) | ||||||
| - How many people will attend the event | ||||||
| - Do you need to need hub infrastructure to be [pre-initialized before the event](events:pre-initialized)? | ||||||
| - Is the event unusually for your hub, where you may need [additional preparation before the event](events:pre-initialized)? | ||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| - Any other information that will help us prepare for the extra usage during the event. | ||||||
|
|
||||||
| Once you've notified us, a 2i2c team member will create a GitHub issue for your event so that we can track when it is going to happen. | ||||||
| You should check the information in this issue and ensure that it is correct! | ||||||
|
|
||||||
| (events:pre-initialized)= | ||||||
| ## Infrastructure preparation for an event | ||||||
| ## Infrastructure testing and preparation for an event | ||||||
|
|
||||||
| Events provide a different pattern of usage for infrastructure compared with day to day use. | ||||||
| Instead of a trickle of people coming on and off, events tend to trigger spikes in log-ins and activity. | ||||||
| If many people start a session at the same time, this may slow down the start times of several users, because the cluster has to "scale up" to accommodate the extra people. | ||||||
| Events provide a different pattern of usage for infrastructure compared with day to day use. Instead of a trickle of people coming on and off, events tend to trigger spikes in log-ins and activity. If many people start a session at the same time, this may slow down the start times of several users, because the cluster has to "scale up" to accommodate the extra people. | ||||||
|
|
||||||
| If an event follows a different usage pattern that your norm (many more people, more computing or data intensive work, users from different locations), we can help you plan ahead and test in advance. | ||||||
|
|
||||||
| You typically won't need to "pre-initialize" the infrastructure to make start up easier for users at an event, but it can be useful in certain circumstances. This requests extra cloud resources in anticipation of a spike in user activity. It will speed up your user session start times, but will also increase your cloud costs. | ||||||
|
|
||||||
| If you wish, it is possible to "pre-initialize" the infrastructure for an event. | ||||||
| This requests extra cloud resources in anticipation of a spike in user activity. | ||||||
| It will speed up your user session start times, but will also increase your cloud costs. | ||||||
| It is most-useful if you anticipate large spikes in users all starting sessions at the same time. | ||||||
|
|
||||||
| If you wish to pre-initialize your infrastructure before an event, make sure to let the 2i2c team know when you notify us about the event (see the list above). | ||||||
| This will take extra attention from the 2i2c engineering team. | ||||||
| We can recommend testing approaches and assess whether pre-initializing your infrastructure is necessary. If you need some extra advice, make sure to let the 2i2c team know when you notify us about the event (see the list above). | ||||||
| This will take additional attention from the 2i2c engineering team so is key to plan ahead by 3 or more weeks. | ||||||
|
|
||||||
| ## Before the event | ||||||
|
|
||||||
|
|
||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.