- Cron (scheduling) Configuration
Configuration options
Required configuration options
| key | type | default value | description |
|---|---|---|---|
expression | string | Cron expression for specifying period of execution. <b>Examples:</b>
@return cron expression |
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 @return true for allow concurrent execution. |