← n8n Reliability Kit

Free n8n Reliability Checklist

12 checks to run before activating or repairing an n8n workflow. 무료 공개본이며 구매 없이 사용할 수 있습니다.

□ Export the current workflow JSON and inventory credentials. / 현재 워크플로 JSON과 자격증명 목록을 백업한다.
□ Separate test and production webhook URLs. / 테스트와 프로덕션 웹훅 URL을 구분한다.
□ Replace every placeholder before testing. / 모든 PLACEHOLDER를 교체한다.
□ Generate a stable idempotency key for each business event. / 비즈니스 이벤트마다 안정적인 Idempotency Key를 만든다.
□ Send the same event twice and verify the side effect happens once. / 같은 이벤트를 두 번 보내도 부작용은 한 번만 발생하는지 확인한다.
□ Test 401, 403, 404, 429, 500 and timeout conditions. / 주요 HTTP 실패 조건을 각각 시험한다.
□ Separate retryable errors from permanent failures. / 재시도 대상과 즉시 실패 대상을 구분한다.
□ Check for duplicates before email, payment or CRM writes. / 이메일·결제·CRM 쓰기 전에 중복을 검사한다.
□ Record the failed node and execution URL in the error workflow. / 오류 워크플로에 실패 노드와 실행 URL을 기록한다.
□ Keep secrets and personal data out of logs and alerts. / 민감정보를 로그·알림에 남기지 않는다.
□ Document manual recovery and rollback. / 수동 복구와 롤백 절차를 문서화한다.
□ Save success and failure evidence before activation. / 활성화 전에 성공·실패 테스트 증거를 저장한다.

Need the implementation templates?

The paid Reliability Kit adds three importable n8n JSON starting points, bilingual incident runbooks, integrity manifest and commercial license options.

See fixed-price licenses

This checklist is operational guidance, not a guarantee of uptime or security. Review every workflow against your own environment before production use.