Retry a failed workflow failure callback from the DLQ.
When a workflow fails and has a failure callback configured, the callback is invoked. If the failure callback itself fails after all retries, it ends up in the DLQ. This endpoint allows you to retry that failed failure callback.
The callback must be in a failed state (not in-progress, not successful, not canceled). Once retried, the callback is republished and its state becomes in-progress.
QStash authentication token
The DLQ ID of the failed workflow run whose failure callback should be retried.