{
  "topic": "errors.COMPUTE_MEMBER_DISCONNECTED",
  "path": [
    "errors",
    "COMPUTE_MEMBER_DISCONNECTED"
  ],
  "title": "COMPUTE_MEMBER_DISCONNECTED — compute member dropped from the cluster",
  "synopsis": "The compute member responsible for executing a processor or workflow step disconnected before completing the operation. The task may or may not have been executed.",
  "body": "# errors.COMPUTE_MEMBER_DISCONNECTED\n\n## NAME\n\nCOMPUTE_MEMBER_DISCONNECTED — a compute member that was holding a workflow or processor assignment has disconnected.\n\n## SYNOPSIS\n\nHTTP: `503` `Service Unavailable`. Retryable: `yes`.\n\n## DESCRIPTION\n\nThe compute member responsible for executing a processor or workflow step disconnected before completing the operation. The task may or may not have been executed.\n\nRetryable. The cluster re-routes to an available member. Callers must be idempotent or use an idempotency key when retrying. Persistent failures indicate insufficient compute capacity for the required tags.\n\n## SEE ALSO\n\n- errors\n- errors.CLUSTER_NODE_NOT_REGISTERED\n- errors.NO_COMPUTE_MEMBER_FOR_TAG\n",
  "sections": [
    {
      "name": "NAME",
      "body": "COMPUTE_MEMBER_DISCONNECTED — a compute member that was holding a workflow or processor assignment has disconnected."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `503` `Service Unavailable`. Retryable: `yes`."
    },
    {
      "name": "DESCRIPTION",
      "body": "The compute member responsible for executing a processor or workflow step disconnected before completing the operation. The task may or may not have been executed.\n\nRetryable. The cluster re-routes to an available member. Callers must be idempotent or use an idempotency key when retrying. Persistent failures indicate insufficient compute capacity for the required tags."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.CLUSTER_NODE_NOT_REGISTERED\n- errors.NO_COMPUTE_MEMBER_FOR_TAG"
    }
  ],
  "see_also": [
    "errors",
    "errors.CLUSTER_NODE_NOT_REGISTERED",
    "errors.NO_COMPUTE_MEMBER_FOR_TAG"
  ],
  "stability": "stable",
  "actions": []
}
