Make.com vs n8n vs custom Python for orchestrating 30+ daily data syncs between SaaS tools?
Currently running 30+ daily syncs between various SaaS tools (HubSpot → Sheets, Stripe → Notion, etc.). Mix of Make.com scenarios and Python scripts on a VPS. Make.com is hitting task limits and is expensive at scale. n8n self-hosted looks promising but concerned about reliability and error handling. At what scale does custom Python with proper retry/monitoring become cheaper and more reliable?