You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be better to optimise your workflow so you are not keeping all of that in the workflow while it is running. I would move the 3 telegram nodes to a sub workflow and just return a simple bool that way the response from those nodes and the processing will be cleaned up when the sub workflow finishes instead of being added to the main workflow.
Bug Description
I am self-hosting n8n using Docker on a DigitalOcean droplet with the following specifications:
Regular Intel droplet (1 vCPU, 1 GB RAM)
OS: Ubuntu 22.04
I encountered an issue when running a workflow designed to loop approximately 3,000 times.
Workflow Details:
Observed Behavior:
Workflow start at 15:30. I manually stopped it at about 23:00
To Reproduce
Expected behavior
Expected behavior
Actual Behavior:
Operating System
Ubuntu Linux 22.04
n8n Version
1.72.1
Node.js Version
20.18.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: