-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Che + theia: Theia IDE do not send any activity events to wsmaster #11267
Comments
maybe should reuse https://github.com/eclipse/che/blob/master/ide/che-core-ide-app/src/main/resources/org/eclipse/che/public/activity.js client side |
will we have CORS issue with that as well ? Could dashboard side bar track that instead of theia ? |
@sunix can you consolidate all API on master on which you need CORS and create an issue for that? |
In the future, it would be better to send the activity from the backend. This is part that makes sense to be compiled into the Che-Theia assembly or be added as a default plugin. |
Done. |
Description
When using Theia in Che and having
CHE_WORKSPACE_AGENT_DEV_INACTIVE__STOP__TIMEOUT__MS
being set, workspace is killed after that time even if there is some activity in Che Theia IDE.Reproduction Steps
In http://che.openshift.io, create a workspace using a theia stack for instance https://che.openshift.io/dashboard/#/factory/factorywj3405v4cnxdjmln. After 15 minutes, even if the user is working editing files or doing anything else, the workspace is being killed.
The text was updated successfully, but these errors were encountered: