Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Restarting a job can only be done via the Azkaban Scheduler Dashboard as there is currently no current integration point for this action via the RED UI. 

To restart a failed job run in the Azkaban Scheduler Dashboard, navigate to the Executions of the job and select the latest failed execution which you would like to restart

Note: only the latest execution can successfully be restarted and it must be in a failed state, since the RED Job Plugin expects the job to be in a failed state in the metadata, rather than failed aborted or successfully completed. Restarting from any other state will result in a failure to find the Job run record.

Image Added

Now select the 'Prepare Execution' button as shown:
Image Added

Next you are presented with the 'Execute Flow' screen which will show the graph of the tasks int eh flow, if you click execute now the flow will be restarted and the Job will be restarted from the last failure, thus skipping the already successful tasks.

Image Added


Before restarting a job, it is possible to edit the status of the job tasks so that only certain tasks will be run again or be skipped over.

...