Rerun jobs

job_rerun(job_id, dependency = character(0), verbose = TRUE, job_tb = NULL)

pipeline_rerun(job_id, skip_done = TRUE, verbose = TRUE)

Arguments

job_id

A single job ID. In pipeline_rerun(), it is the job ID of any one job in the pipeline.

dependency

A vector of job IDs that current job depends on.

verbose

Whether to print messages.

job_tb

The data frame returned from bjobs(), internally used.

skip_done

Whether to skip done jobs.

Value

job_rerun() returns the job IDs. pipeline_rerun() returns NULL.

Details

In pipeline_rerun(), the full set of jobs can be captured by one job in the pipeline.