uselagoon/lagoon-ssh-portal

Unidle the entire environment

shreddedbacon opened this issue · 0 comments

In the current SSH service in core, we unidle the entire environment if it has been idled when a service is requested. We do this because sometimes the requested service may have call backs to another service in the environment. For example, a drupal cli pod may need to talk to the redis pod as part of a drush command

https://github.com/uselagoon/lagoon/blob/929467bb875787312b542459e4590e5c1f7aa855/services/ssh/home/rsh.sh#L130-L200