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
   
![image](https://user-images.githubusercontent.com/61080/171033588-3c4549d9-9f3d-4f71-8949-b4f5ca38e10a.png)
   


-- 
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]

Reply via email to