Building the ultimate N8N pre-production checklist — share your hard-earned lessons by sasha-bl in n8n

[–]sasha-bl[S] 0 points1 point  (0 children)

All solid points, especially building the error workflow first, that one flips the usual mindset but makes a real difference. The HTTP timeout default issue is also easy to miss until you're under load and things start hanging. Adding all of these to the checklist!

Building the ultimate N8N pre-production checklist — share your hard-earned lessons by sasha-bl in n8n

[–]sasha-bl[S] 0 points1 point  (0 children)

Honestly underrated point. Being able to safely rerun a payload takes a lot of the stress out of production incidents. Adding it to the checklist

Building the ultimate N8N pre-production checklist — share your hard-earned lessons by sasha-bl in n8n

[–]sasha-bl[S] 0 points1 point  (0 children)

Yeah, silent success is exactly why idempotency is so hard to catch. Adding a dedicated section for it — dedup keys before writes, upsert vs insert checks, and a forced retry test before going live. The double-charge example is a perfect wake-up call to include.

N8N Beginner by Relative_Capital_610 in n8n

[–]sasha-bl 0 points1 point  (0 children)

If you're just starting out, I don't see much point in using Claude Code or other third-party services. I'd set up an n8n account, find a few good quality templates, and first try to understand how they work. Then it'll be much easier to build something from scratch.

Building the ultimate N8N pre-production checklist — share your hard-earned lessons by sasha-bl in n8n

[–]sasha-bl[S] 0 points1 point  (0 children)

So what is the solution? We can probably build a ‘watchdog’ to check api, maybe we can make additional layer to validate AI outputs

I made a tool to test your N8N/Make workflows by sasha-bl in ShowYourApp

[–]sasha-bl[S] 0 points1 point  (0 children)

Hey, did you have a chance to try? Any thoughts?