Hourly Retry Failed n8n Executions
detail.loadingPreview
Automatically retries failed n8n workflow executions on an hourly basis.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to automatically check for and retry failed n8n workflow executions every hour. It logs into the n8n instance, fetches executions that are in an 'error' state, filters out those that have already been successfully retried, and then attempts to retry the remaining failed executions.
Key Features
- Hourly execution check for failed workflows.
- Automatic login to n8n API.
- Filtering of already retried executions.
- Batch processing for retrying multiple executions.
- Configurable retry logic.
How To Use
- Import this workflow into your n8n instance.
- Configure the
Setnode (login_details) with your n8n instance URL, username, and password (or use environment variables). - Ensure the
n8nApicredential is set up correctly. - Activate the workflow to start the hourly retry process.
Apps Used
Workflow JSON
{
"id": "3f2cf755-24a7-458a-8eb9-8d5298971df1",
"name": "Hourly Retry Failed n8n Executions",
"nodes": 0,
"category": "Error Handling",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 3f2cf755-24a7...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Retry on Fail Except for Known Error
A template demonstrating how to retry a workflow on failure, but skip retries for specific known errors.
Error Handling and Execution Data Retrieval
This workflow demonstrates error handling and retrieving execution data.
Community Error Alert and Summarizer
Automates the process of identifying, summarizing, and diagnosing errors in n8n workflows.
Error Notification With Gmail
Sends an email via Gmail when a workflow error occurs.
N8n Error Report to Line
Sends an n8n workflow error notification to a Line chat.
Telegram Error Notifier
Sends automated Telegram notifications when errors occur in your workflows.