The Rerun Failure Function action allows you to retry the failure function that executes when a workflow run enters the Dead Letter Queue (DLQ). The failure function is typically a cleanup or notification operation that runs automatically whenever a workflow is moved to the DLQ. This feature is particularly helpful for:Documentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- Ensuring that important cleanup operations are executed.
- Guaranteeing that logging or alerting is completed after a workflow failure.
- Recovering from temporary errors in the failure function itself.

This action is only available if the failure function itself has failed as well.
If the failure function already succeeded, it cannot be rerun.You can view the status of the failure function in the DLQ and Logs dashboards, which indicate whether it succeeded or failed.