Skip to content

agent pre recon failed #62

@raltheo

Description

@raltheo

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions