Describe the problem/error/question
Hello everyone! I’m currently building an automation for a client that includes a sequence of five emails, with a 5-day delay between each email before the next one is sent.
The volume is relatively low, around 3–5 people entering the sequence per week. Because of that, I’m considering using the Wait node with a 5-day delay between each step.
From your experience, what are the risks or limitations of using long Wait nodes in n8n? At this scale, would you still recommend using a database and cron-based approach instead, or is the Wait node perfectly acceptable for this type of workflow?
What is the error message (if any)?
No error message
Please share your workflow
No workflow to show as of yet.
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Automation is not live/active yet. I’m about to start the build
Information on your n8n setup
- n8n version: 2.20.7
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own,main
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: Windows 11