Describe the problem/error/question
I have a puppeteer node that runs validations and face timeout issue from time to time. I want the node to run max 3 times in case of failure, and if any of them succeded, output the sucess result, if all 3 fails go to the error output.
I enabled the retry on fail and set max tries to 3, and also set On Error to Continue (using error output)
However, the node doesn’t retry, it always goes to error output directly even on the first failure.
Information on your n8n setup
Debug info
core
- n8nVersion: 1.88.0
- platform: docker (self-hosted)
- nodeJsVersion: 20.19.0
- database: postgres
- executionMode: regular
- concurrency: -1
- license: enterprise (production)
Generated at: 2025-04-22T16:22:19.020Z