klesh opened a new issue, #2040:
URL: https://github.com/apache/incubator-devlake/issues/2040
## Describe the bug
When using `go run plugins/xxx/xxx.go` during plugin development, we can
use `Ctrl+z` to cancel the running task gracefully.
However, this also put the process into `sleep` mode, it won't exit until
`fg` command was issued
## To Reproduce
Steps to reproduce the behavior:
1. Run `go run plugins/xxx/xxx.go` to launch plugin tasks
2. Press `Ctrl + z`
3. Run `htop` or `ps aux | grep go`
4. See error
## Expected behavior
Process exists with out calling `fg`
## Screenshots

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]