#641 — [Out of Scope / Can be done manual] DNS Verification Polling

Repo: Twill-AI/facade State: open | Status: open Assignee: Unassigned

Created: 2025-10-08 · Updated: 2025-10-13

Description

Create background job to periodically check DNS configuration for partner domains and update verification status in database.

AC:

  • DNS verification service created
  • Checks CNAME records using DNS lookup
  • Updates partner_domain.verified flag
  • Sets verified_at timestamp on success
  • Logs verification attempts and results
  • Runs every 5 minutes for unverified domains
  • Stops checking after domain verified
  • Handles DNS errors gracefully
  • API endpoint to trigger manual verification

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets