Skip to content
Settings

DISPATCH_FORWARD_FAILED — inter-node dispatch forwarding error

cyoda-go version 0.6.2

DISPATCH_FORWARD_FAILED — forwarding a processor or criteria dispatch request to a peer node failed.

HTTP: 503 Service Unavailable. Retryable: yes.

The cluster dispatcher attempted to forward a processor invocation or criteria evaluation to a peer node but the HTTP call to that peer failed (network error, peer crash, or connection refused). The operation has not been executed on the target node.

Retryable. Persistent failures indicate inter-node network or peer node health issues.

  • errors
  • errors.DISPATCH_TIMEOUT
  • errors.COMPUTE_MEMBER_DISCONNECTED
  • cyoda help errors — Every error response from the Cyoda REST API carries a structured errorCode in the properties object. Multiple codes may share the same HTTP status. Programmatic handling keys on errorCode, not HTTP status.
  • cyoda help errors DISPATCH_TIMEOUT — A workflow processor or criteria evaluation was dispatched to a compute member but the response did not arrive within the dispatch timeout window. The underlying task may or may not have completed on the remote node.
  • cyoda help errors COMPUTE_MEMBER_DISCONNECTED — 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.