Asynchronously submits the specified Data Change Request (DCR). Returns the Job Status Tracker object (JST).
Use to submit large (set by asyncSubmitDCRThreshold
via Advanced Configuration Options) DCRs to avoid system timeouts (180 seconds - AWS).
asyncSubmitDCRThreshold
default is set 100. If the key does not exist, the submit is always synchronous.
OK
{ }
{- "response": {
- "node": "pricefx-cluster-app-frontend-64c5f8d7f5-k5svk",
- "data": [
- {
- "version": 0,
- "typedId": "2148045777.JST",
- "processingNode": null,
- "threadId": null,
- "threadUUID": null,
- "status": "WAITING_FOR_DISPATCH",
- "trackerType": "DCR_SUBMIT",
- "targetObject": "67.DCR",
- "jobName": "DCR-67",
- "concurrencyKey": "67.DCR",
- "calculationContext": null,
- "progress": null,
- "cancelRequested": false,
- "runNumber": 0,
- "priority": 0,
- "messages": null,
- "jobSettings": {
- "distributedAction": null,
- "jobType": "DCR",
- "uuid": "NoQwz",
- "calculableObjectTypedId": "67.DCR",
- "queueName": null,
- "runNumber": 0,
- "partitionName": "companypartition",
- "partitionUUID": "6562656564",
- "enableDirtyTracking": true,
- "agentOption1": false,
- "jobSize": 0,
- "distributed": false
}, - "createDate": "2023-09-07T12:46:04",
- "createdBy": 2147490696,
- "lastUpdateDate": "2023-09-07T12:46:04",
- "lastUpdateBy": 2147490696,
- "parameters": null,
- "calculationResults": null,
- "processingStart": null,
- "processingEnd": null,
- "id": 2148045777
}
], - "status": 0
}
}