Worker.run_cmd() — run a command on the worker

run_cmd(cmd)
This runs a command (or several commands, separated by line breaks) on the worker. (It is not possible for the worker to run commands on the manager.) Errors are as for Communicator.send_data().