Leon's Insights
HomeArticlesAI HubArchiveTagsLinksAbout
Leon's Insights

Technical posts focused on deployment, troubleshooting, and development practice.

Quick Links

  • Articles
  • Categories
  • Tags
  • About

Focus Areas

  • AI
  • Engineering / Web
  • Digital Life

© 2024 - 2026 Leon's Insights. All rights reserved.

Notes are kept to move further.

Powered by Cloudflare
Back to Tags

#Worker

2 articles

Articles

Cloudflare Worker Cron Watchdog: SPOF Fix and Automatic DNS Failover for the Vercel Proxy Architecture

The third-party CNAME node pool in the optimized proxy setup is a hidden single point of failure (SPOF). This guide implements a zero-cost watchdog using Cloudflare Worker Cron Triggers: Google DoH serves as an external probe to monitor upstream health, with automatic DNS failover and recovery between the optimized CNAME and CF official IPs.

March 7, 2026
6 min read
CloudflareWorker
+5
Read article
Articles

Cloudflare for SaaS + Worker: Optimal IP Routing and Edge Cache Proxy for Vercel

A practical guide on using Cloudflare for SaaS combined with Workers to solve Vercel's high latency and connection reset issues in mainland China. Build a centralized Worker routing hub to achieve multi-project domain dispatch, optimized IP ingress, and edge-node static asset caching.

March 6, 2026
7 min read
2 views
VercelCloudflare+5
Read article