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

Compare with Current View Page History

Version 1 Next »

How is error handling managed in JobScheduler?

There are several ways to handle errors.

  • The normal way, after an error occurred, is to prevent a job from further automatic scheduling and sending a notification, e.g. via mail.
  • Another way is to setback a job and try again some times after going into the error-handling procedures.
  • It is also possible to integrate network monitors, like Nagios.

For more information see our Error Handling FAQs

  • No labels