What nodes are supported?
indie.money supports 119+ n8n-compatible nodes in the Cloudflare Worker executor. See the full list and key limitations.
Written By pvdyck
Last updated 6 minutes ago
What nodes are supported?
indie.money's Cloudflare Worker executor supports 119+ n8n-compatible nodes. This page gives an overview. For per-node limitations, visit the Node Reference.
Supported Node Categories
Not Supported
- Database nodes (Postgres, MySQL, Redis, MongoDB) β Cloudflare Workers cannot make TCP connections to databases
- LangChain vector store / embedding nodes β require external infrastructure
- LangChain external memory nodes β use Memory Buffer Window instead
See: Node Reference for full per-node documentation including workarounds.
Key Platform Constraints (All Nodes)
- No TCP connections β only HTTP/HTTPS outbound
- 30-second execution timeout per run
- 10-second HTTP timeout (applies to HTTP Request node and all API calls)
- QuickJS sandbox for Code Node β no async/await, no require, no console