Describe the issue
Briefly describe what’s going wrong — runtime error, broken link, incorrect example, UI issue, etc.
ERR error in pre-ack on msg replay-tasks: failed to replay task: failed to replay existing tasks: failed to store payloads for step id d0f1f303-43d1-4c17-b7b3-d83d9cce704b: failed to write payloads: ERROR: no partition of relation "v1_payload" found for row (SQLSTATE 23514)
This error results in endless rabbitmq retries
Without knowing the internals fully, it appears a replay attempt on a task that cannot be found is not gracefully handled.
Environment
- SDK: TypeScript v1.10.3
- Engine: Self-hosted v0.74.14
Expected behavior
I did not expect to see endless errors and retries for this
Describe the issue
Briefly describe what’s going wrong — runtime error, broken link, incorrect example, UI issue, etc.
ERR error in pre-ack on msg replay-tasks: failed to replay task: failed to replay existing tasks: failed to store payloads for step id d0f1f303-43d1-4c17-b7b3-d83d9cce704b: failed to write payloads: ERROR: no partition of relation "v1_payload" found for row (SQLSTATE 23514)
This error results in endless rabbitmq retries
Without knowing the internals fully, it appears a replay attempt on a task that cannot be found is not gracefully handled.
Environment
Expected behavior
I did not expect to see endless errors and retries for this