-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
I killed at 3 retry because it keep increase time but never do the pre recon
output logs :
{
"type": "workflowExecutionFailedEventAttributes",
"failure": {
"message": "Activity task failed",
"cause": {
"message": "Agent pre-recon failed output validation after 3 attempts",
"source": "TypeScriptSDK",
"stackTrace": "ApplicationFailure: Agent pre-recon failed output validation after 3 attempts\n at ApplicationFailure.nonRetryable (/app/node_modules/@temporalio/common/lib/failure.js:207:16)\n at runAgentActivity (file:///app/dist/temporal/activities.js:156:42)\n at async Activity.execute (/app/node_modules/@temporalio/worker/lib/activity.js:101:20)\n at async NativeConnection.withAbortSignal (/app/node_modules/@temporalio/worker/lib/connection.js:172:16)\n at async Client.withAbortSignal (/app/node_modules/@temporalio/client/lib/base-client.js:65:16)\n at async /app/node_modules/@temporalio/worker/lib/activity.js:161:32\n at async /app/node_modules/@temporalio/worker/lib/worker.js:725:30",
"applicationFailureInfo": {
"type": "OutputValidationError",
"nonRetryable": true,
"details": {
"payloads": [
[
{
"agentName": "pre-recon",
"attemptNumber": 3,
"elapsed": 2998
}
]
]
}
}
},
"activityFailureInfo": {
"scheduledEventId": "11",
"startedEventId": "12",
"identity": "1@61ba91ce50e3",
"activityType": {
"name": "runPreReconAgent"
},
"activityId": "2",
"retryState": "RETRY_STATE_NON_RETRYABLE_FAILURE"
}
},
"retryState": "RETRY_STATE_RETRY_POLICY_NOT_SET",
"workflowTaskCompletedEventId": "22"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels