Wenboom Resource Library

Seven blueprints. Every config, default, and failure mode below comes from live deployment, not documentation. All seven download instantly - no email required. Subscribe on the blog for the full drip series.

Blueprint 01 · n8n

n8n Queue Mode - Production docker-compose + .env

Full Redis Bull stack (Postgres 16, Redis 7.2, 4 workers x concurrency 10) with one shared N8N_ENCRYPTION_KEY. Tested at ~1,200 req/sec on a $20/mo VPS. Bring-up README included.

Download ZIP
Blueprint 02 · n8n

Webhook Response Relay - S3 Offload Pack

docker-compose snippet enabling N8N_WEBHOOK_RESPONSE_RELAY_OFFLOAD_ENABLED (n8n >= 2.34.0) plus a memory-budget sheet: redis_memory_MiB = responses_in_flight x avg_response_MiB x 1.5.

Download ZIP
Blueprint 03 · n8n

Postgres vs SQLite Queue Mode - Benchmark + Runbook

Raw staging benchmark CSV (database-is-locked 40+ -> 0), verified SQLite->PostgreSQL migration runbook, and a production compose file.

Download ZIP
Blueprint 04 · orchestration

n8n vs Temporal vs Windmill - Decision Framework (PDF)

Decision matrix, where each engine fails, Temporal Cloud cost math verified against the official pricing page, the Actions estimator, and a 4-step migration timeline.

Download PDF
Blueprint 05 · MCP security

MCP Tool Poisoning - Registry Policy Pack

registry-policy.yaml template (5-layer Zero-Glue gate) plus a prevention coverage estimator so the review sweep does not decay back into unreviewed config.

Download ZIP
Blueprint 06 · MCP transport

stdio vs SSE vs Streamable HTTP - Latency Pack

Runnable benchmark script (10k calls, P50/P95) and the transport decision matrix. Reference numbers: stdio ~1.8 ms, SSE ~39 ms, Streamable HTTP ~38 ms P50.

Download ZIP
Blueprint 07 · MCP security

MCP Protocol Security - 27-Point Audit Pack

The full 27-point checklist across 5 domains (Registry, Schema, Grants, Runtime, Change) plus a ready-to-fill audit tracker CSV.

Download ZIP

Latest Production Insights

Fresh engineering blueprints and failure protocols - updated automatically as new articles ship.

LLM Fallback Chain: Groq, Gemini, DeepSeek on OpenRouterOne vendor will go down. Build a Groq → Gemini → DeepSeek fallback chain on OpenRouter so a single 403 never kills your AI pipelin… n8n Webhook Response Relay: Breaking the 64 MiB LimitN8N_WEBHOOK_RESPONSE_RELAY_SIZE_MAX caps queue-mode responses at 64 MiB and Redis holds 1.5x that per response in flight. Fix over… n8n Postgres vs SQLite: The Queue Mode BenchmarkQueue mode with SQLite isn't just slow — official docs won't recommend it. Five benchmark dimensions, the pool-size math nobody sh… n8n vs Temporal vs Windmill: The Orchestration DecisionThree engines, three execution contracts. A decision framework by failure mode, verified Cloud pricing math, and the migration pat… MCP Tool Poisoning Prevention: Architecture Over PatchesDesign-time prevention architecture for MCP tool poisoning: registry allowlists, schema pinning, least-privilege grants, and trust…

Every blueprint is free to share - forward it, mirror it, drop it in a team wiki. That is the point.