-
Notifications
You must be signed in to change notification settings - Fork 10
Handler Settings
Roman edited this page Feb 25, 2015
·
1 revision
Here's a description of the handler settings.
| Setting | Description | Usage |
|---|---|---|
| HandlerName | The name of then handler to use. | "CalculatorHandler" |
| JobName | The name of the job. | "Calculator - Add" |
| JobTimeout | Timeout (in seconds) when a job was assigned to a client until it is reassigned to another client. Use 0 to deactivate the timeout. | 300 |
| AutoStart | Automatically start then handler when a job-script for it is added. | `true |
| Schedule | Crontab expression for scheduling a start of the handler. Leave empty for no scheduling. | "0 0 * * *" |
| IdleTime | Defines a time-range where the handler does not distribute jobs. | "22:00 - 06:00" |
| ClientsAllowed | Names of the clients which are allowed to process this job. | "client_01" |
| ClientsDenied | Names of the clients which are not allowed to process this job. | "client_loc1_.*" |