cfKillBatchJob {BatchJobs} | R Documentation |
Cluster functions helper: Kill a batch job via OS command
Description
This function is only intended for use in your own cluster functions implementation.
Calls the OS command to kill a job via system
like this: “cmd batch.job.id”.
If the command returns an exit code > 0, the command is repeated
after a 1 second sleep max.tries-1
times.
If the command failed in all tries, an exception is generated.
Usage
cfKillBatchJob(cmd, batch.job.id, max.tries = 3L)
Arguments
cmd |
[ |
batch.job.id |
[ |
max.tries |
[ |
Value
Nothing.
[Package BatchJobs version 1.9 Index]