mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
1e57a7c90c
facts_collector was checking https://jarvis.orbishosting.com from the DO server itself — traffic routes through Cloudflare CDN which can return 524 timeouts. All sites are hosted on this same OLS instance, so check via http://127.0.0.1 with a Host header instead. This gives direct OLS response without CDN overhead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>