You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

 

Post-Processing

You can add your own error handling to jobs by using the post-processing function spooler_task_after() from the API.

  • Download error_handling.zip and extract to temp folder
  • Copy all files to config/live. Note that this is an example and you could add more parameters for the error handling job.
  • Add the post-processing to each job. The post-processing will add an order to an error_handling job chain each time, a job terminates with an exit code not equal 0. Some additional information as job name are added to this order and can be used in the error handling job chain.
     

  • No labels