- Cron (scheduling) Configuration
Configuration options
Required configuration options
| key | type | default value | description |
|---|---|---|---|
expression | string | Cron expression for specifying period of execution. Examples:
|
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
concurrent | boolean | true | Allow concurrent execution if previous task didn’t finish before next execution. Default value is |
id | string | Identification of the started task. This can be used to later look up the instance, for example to cancel it. |