Abort running local_resource
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 413
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 6
Description
I'm hitting an issue with a local_resource getting stuck in progress indefinitely. The root problem for the indefinite process is on my end. From the CLI, I can kill the parent process (kill <pid>), preventing the need to restart the tilt process. Tilt recognizes this (which is great!), but it would be nice to not have to drop to another terminal.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the CLI handling for local_resource and trace the existing behavior that notices when its parent process is killed. Add a CLI way to request that termination without using a second terminal, then verify that a stuck resource can be stopped while Tilt keeps running.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100