How can I set an idle timeout for a workspace while using alternative IDE instead of che-theia in che?
See original GitHub issueSummary
I am bringing my completely different web IDE into Che. I attach my plugin meta.yaml file and devfile.yaml file below.
- meta.yaml
apiVersion: v2
publisher: popcornsar
name: webio-r19-03
version: latest
type: Che Editor
displayName: AutoSAR Webio R19-03-V3
title: AutoSAR Webio R19-03
description: AutoSAR Webio
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
category: Editor
repository: https://github.com/AutoSARioDeveloper/docker-autosar-webio
firstPublicationDate: '2019-12-03'
spec:
endpoints:
- name: theia
public: true
targetPort: 8080
attributes:
protocol: http
type: ide
discoverable: false
containers:
- name: webio
image: docker.io/popcornsar/autosar-webio:R19-03-v3
mountSources: true
ports:
- exposedPort: 8080
memoryLimit: 2048Mi
- devfile.yaml
---
apiVersion: 1.0.0
metadata:
name: webio
components:
-
type: cheEditor
id: popcornsar/webio-r19-03/latest
alias: webio
How can I set an idle timeout for a workspace while using alternative IDE instead of che-theia in che? Even though I’m writing code in my alternative IDE, the workspace stops when the idletimeout time is up.
Relevant information
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Chapter 4. Configuring CodeReady Workspaces
Installing CodeReady Workspaces on OpenShift 4 using OperatorHub ... Set to true when using an alternate OIDC provider that only supports fixed redirect ......
Read more >CheCluster Custom Resource fields reference - Eclipse
Idle timeout for workspaces in seconds. This timeout is the duration after which a workspace will be idled if there is no activity....
Read more >Specify an idle session timeout value - AWS Systems Manager
By default, sessions time out after 20 minutes of inactivity. You can modify this setting to specify that a session times out between...
Read more >Running Theia in Eclipse Che - YouTube
Theia is a new open-source project providing a foundation for implementing integrated development environments ( IDEs ) not only for software ...
Read more >When do chats time out? - Zendesk help
When do idle conversations time out? ... End a chat in Agent Workspace ... The visitor minimizes their chat with an agent and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@azatsarynnyy Thank you! 😃 Your link is helpful.
@wonjooncho you’re welcome. I’m glad it helped you. Feel free to reopen it in case you have any questions.