Skip to content
Discussion options

You must be logged in to vote

First of all, there are currently two ways a session may be shut down by the framework.

The first is the (optional) timeout property on an app definition:
https://theia-cloud.io/documentation/addapplication/#add-an-app-definition
This enforces a hard shutdown after the specified time in minutes. You can disable this by setting it to 0, a negative value, or simply leaving it out of your App Definition.

The second is the (optional) monitor component, which may shut down sessions if they are no longer in use.
To enable this, you need to include a component that Theia Cloud can communicate with inside your application:
https://theia-cloud.io/documentation/addapplication/#enable-monitor-optional

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@wss29
Comment options

@jfaltermeier
Comment options

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