You can filter DLQ entries by failure function state
You can filter DLQ entries by failure function state
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Understand how Upstash Workflow retries a failing failure function and how to inspect and rerun failed executions from the DLQ dashboard.
You can filter DLQ entries by failure function state
You can filter DLQ entries by failure function state
import { Client } from "@upstash/workflow";
const client = new Client({ token: "<QSTASH_TOKEN>" });
const response = await client.dlq.retryFailureFunction({
dlqId: "dlq-12345" // The ID of the DLQ message to retry
});
Was this page helpful?