Versions Compared

Key

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

...

The JobScheduler CLI uses a default of 15s for expected responses of a Master. In situatons situations with a high load this value could be increased:

Code Block
languagepowershell
Set-JobSchedulerOption -WebRequestTimeout 60000

Explanations

  • The Set-JobSchedulerOption cmdlet is used to increase the timeout to 60 seconds.
  • Values are specified in milliseconds.

...