You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
Recently hit a bug where if the child process doesn't exit cleanly retool will leave it orphaned leaving you to force close the child process yourself.
This was hit with Terraform and is definitely an edge case when terraform doesn't cleanly exit (you need to send shutdown signal multiple times).
The text was updated successfully, but these errors were encountered:
Running for example retool do terraform plan and CTRL+Cing will cause retool to exit but not the terraform process, which will keep outputting to stdout and requiring you to kill terraform manually.
Not sure the best way to reproduce without Terraform, but seems more like an edge case I wanted to write down.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Recently hit a bug where if the child process doesn't exit cleanly retool will leave it orphaned leaving you to force close the child process yourself.
This was hit with Terraform and is definitely an edge case when terraform doesn't cleanly exit (you need to send shutdown signal multiple times).
The text was updated successfully, but these errors were encountered: