question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How can I set an idle timeout for a workspace while using alternative IDE instead of che-theia in che?

See original GitHub issue

Summary

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:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Feb 5, 2020

@azatsarynnyy Thank you! 😃 Your link is helpful.

0reactions
azatsarynnyycommented, Feb 5, 2020

@wonjooncho you’re welcome. I’m glad it helped you. Feel free to reopen it in case you have any questions.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found