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

Compare with Current View Page History

« Previous Version 3 Next »

You can add your own error handling to all jobs by using post processing spooler_task_after

  • download error_handling.zip and extract to temp folder
  • copy all files to config/live. Note, that this is only a sample. You can for example add more parameters for the error handling job.
  • add post processing to each job. The post processing will add an order to an error_handling job chain each time, a job terminate with an exit code not equal 0. Some additional informations as job name are added to this order and can be used in the error handling job chain.

  • No labels