Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Events and workshops

It is common to use your infrastructure as part of running a synchronous event. For example, with a hackathon or as part of a conference workshop. Here are some best practices and policies to follow in order to ensure that the event goes smoothly.

Notify the 2i2c team about the event

As a general rule, please notify the 2i2c team at least 3 weeks before an event so that we can prepare accordingly. To do so, email support@2i2c.org with at least these pieces of information:

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!

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.

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.

It is most-useful if you anticipate large spikes in users all starting sessions at the same time.

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

Once a JupyterHub is set up for the community, try the following:

During the event

After the event