Skip to content

xqute.schedulers.ssh_scheduler.submitter

This script is used to wrap the command for the scheduler to submit and run

It is used by the ssh scheduler to submit jobs to remote servers and print the pid of the job to stdout. The real command is run in a subprocess without waiting for the results.

The script is executed by the scheduler, not the user. And it's not imported by xqute directly.

Find a way to pass envs?