RETRY_ABORT
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
context-service | STRING | false | false | The name of the context service to be used by the scheduled executor. | |
core-threads | INT | true | true | The minimum number of threads to be used by the scheduled executor. | |
hung-task-threshold | LONG | false | true | 0 | The runtime, in milliseconds, for tasks to be considered hung by the scheduled executor. If 0 tasks are never considered hung. |
jndi-name | STRING | true | true | The JNDI Name to lookup the managed scheduled executor service. | |
keepalive-time | LONG | false | true | 60000 | When the number of threads is greater than the core, this is the maximum time, in milliseconds, that excess idle threads will wait for new tasks before terminating. |
long-running-tasks | BOOLEAN | false | true | false | Flag which hints the duration of tasks executed by the scheduled executor. |
reject-policy | STRING | false | true | ABORT | The policy to be applied to aborted tasks. |
thread-factory | STRING | false | false | The name of the thread factory to be used by the scheduled executor. |