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 executor. | |
hung-task-threshold | LONG | false | true | 0 | The runtime, in milliseconds, for tasks to be considered hung by the managed executor service. If value is 0 tasks are never considered hung. |
long-running-tasks | BOOLEAN | false | true | false | Flag which hints the duration of tasks executed by the executor. |
core-threads | INT | true | true | The minimum number of threads to be used by the executor. | |
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. |
thread-factory | STRING | false | false | The name of the thread factory to be used by the executor. | |
queue-length | INT | false | true | 0 | The executor's task queue capacity. |
reject-policy | STRING | false | true | ABORT | The policy to be applied to aborted tasks. |
max-threads | INT | false | true | 2147483647 | The maximum number of threads to be used by the executor. |
jndi-name | STRING | true | true | The JNDI Name to lookup the managed executor service. |