leandrosardi / pampa

Ruby library for async & distributed computing, supporting dynamic reconfiguration, distribution of the computation jobs, error handling, job-retry and fault tolerance, and fast (non-direct) communication to ensure real-time capabilities.
https://ConnectionSphere.com
1 stars 0 forks source link

The method `kill_worker` should execute the `kill` command under `sudo` rights. #8

Open leandrosardi opened 1 year ago

leandrosardi commented 1 year ago

The method kill_worker should execute the kill command under sudo rights.

Here it is: https://github.com/leandrosardi/pampa/blob/2.0.15/lib/pampa.rb#L626

But the method node.exec is building an invalid bash command.