-
Notifications
You must be signed in to change notification settings - Fork 37
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
Make che-machine-exec track activity and stop workspace CR by idle timeout #106
Conversation
4e220a9
to
648a024
Compare
…meout Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
1030268
to
9f7dd73
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The select
seems to block workspace startup, since it waits for a signal but can't receive a signal until r.Run()
is called.
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
Now it seems to work as expected. Thank Angel for testing and finding critical bug! |
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
7ec2c4a
to
92d7e24
Compare
What does this PR do?
This PR makes che-machine-exec track activity and stop workspace CR by idle timeout.
Which issues does it solves?
It solves eclipse-che/che#16683