Restart of the JobScheduler

Question:

When does JobScheduler need a restart?

Answer:

  • After changes to one of the configuration files in the ./config directory have been made.
    • scheduler.xml
    • factory.ini
  • After libraries in the directory ./lib have been replaced.
    However this only applies to libraries that are used by JobScheduler itself. If libraries that are only used by jobs are changed, then it is sufficient to restart the job(s) in question.

For normal operation a restart is not required, this also applies when JobScheduler is run for longer periods.