xqute.schedulers.ssh_scheduler
package
xqute.schedulers.ssh_scheduler
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?
The scheduler to run jobs on SSH
Classes
SshJob
— SSH job</>SshScheduler
— The ssh scheduler</>