biscuitehh / yeetd

yeetd is a lil' daemon that watches for specific CPU-intensive Simulator processes and stops them in their tracks!
MIT License
145 stars 6 forks source link

Are the processes really been killed? #8

Open vmontana opened 9 months ago

vmontana commented 9 months ago

Hi,

When we run the testing step in our CICD, we can see this log that prints 'yeetd':

image

It seems that yeetd detects the process and tries to kill it, but 5 seconds later it detects it and tries to kill the same process (PID) again.

Is 'yeetd' really killing processes? Is this the expected behavior? We don't see improvements in execution speed, we think it does nothing.

Maybe it's a permissions issue? If so, how can we fix it?

Thanks!!