Some workflows (especially those using a custom code node in conjunction with Puppeteer) aren’t respecting the maximum timeout setting defined in the workflow. The workflow continues to execute, and I can’t pinpoint the exact node where the error is occurring.
Exactly the same here… Only sometimes, not every execution. The execution just gets stuck in “running” mode forever.
And I’m experiencing other strange behaviors in Puppeteer flows. Sometimes Puppeteer finishes without generating a binary file (due to a timeout, even with a fairly flexible timeout). Or it can’t transmit the binary to the next node unless I place a 2- or 3-minute wait node right after it, before serving the binary (a screenshot) to the Google Drive upload node.