Webserver running locally, listenning on port 5119 to kill process by pid.
In our pipeline, when user whant to kill job runnings on her computer, sometimes tractor cant kill remotely this jobs. So Jobs are running as user system on computer and user don't have enough access to kill mannually the jobs.
This app is deployed as windows services in user system, with this setup, we just have to send a post webrequest with the pid as param and we can kill the jobs.
post: http://localhost:1159/kill/{YOUR_PID}
get: http://localhost:1159/processes
Using postman
Using sc.exe to convert .exe to windows service
You can find the deployement script here