Rerun Jobs
The nc rerun command initiates the scheduling and execution of jobs that are already in the server database. By default, only the jobs that are Idle or Queued are affected by this command. If you want to force the rerunning of jobs that are either Done or Failed, use the option -F.
- Rerun a "Done" job won't do anything
-
% nc rerun 04146622 nc: message: Not rerun: 04146622
- Force rerunning a "Done" job
-
% nc rerun -F 04146622 nc: message: Job 04146622 is already VALID. nc: message: Scheduled jobs: 1 Total estimated time: 1s
- Rerun "Idle" jobs
-
% nc rerun 04146631 04146633 nc: message: Scheduled jobs: 1 Total estimated time: 0s nc: message: Scheduled jobs: 1 Total estimated time: 0s