Skip to content

Do minInstances and maxInstances work? #316

Answered by jfaltermeier
iyannsch asked this question in Q&A
Discussion options

You must be logged in to vote

The challenge we're encountering is that Workspaces in TheiaCloud, serving as models for persistent storage, are user-specific. When a user initiates a session with their Workspace A, they expect to access the same data they interacted with during their previous session with Workspace A. Consequently, we cannot identify which storage to attach until the user logs in and requests a session for a specific workspace.

Here are some relevant code pointers:

We have two eager start handlers in the current codebase: EagerStartAppDefinitionAddedHandler and EagerStartSessionHandler.
Generally, handlers are bound via methods in AbstractTheiaCloudOperatorModule such as bindWorkspaceHandler(), bindApp…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@iyannsch
Comment options

@jfaltermeier
Comment options

Answer selected by iyannsch
@JonasHelming
Comment options

@jfaltermeier
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants