RunnerConfiguration
RunnerConfiguration:
MaxConcurrentJobs: Number
IdleTimeToLive: Number
JobTimeout: Number
LogLevel: String
Type: Number
The max number of concurrent jobs the Attini Runner will execute.
Required: No
Default: 5
Allowed Range: 1-20
Type: Number
The number of seconds the Attini Runner will stay alive without any jobs executing. New jobs will reset the countdown.
Required: No
Default: 3600
Allowed Range: 60-86400
Type: Number
The number of seconds a job can execute before the Attini Runner aborts the execution.
Required: No
Default: 3600
Allowed Range: 5-172800
Type: String
The log level of the Attini Runner.
Required: No
Default: INFO
Allowed Values: DEBUG
| INFO
| WARN
| ERROR
| OFF
| ALL