URL Shortener & Link Management Service · View 16 of 23 · Runtime
How the minute is spent
- Decision → link state written → revocation delta published → regional deny-sets pull within 5 s → edge caches expire within 30 s. The 60 s p99 is the sum, not a target hoped for.
- The deny-set is matched before any cache layer, so a region that has the delta stops serving immediately regardless of what its hot set holds.
- Reinstatement runs the identical path, which is what makes the appeal flow trustworthy rather than a favour.
Stated honestly
- For up to 30 seconds, a cached 302 at a PoP may still redirect a blocked link. The platform publishes this rather than claiming instant global blocking.
- Purging the edge cache per code is the alternative to waiting out the TTL; it is deliberately not on the critical path because a purge fan-out is a slower and less predictable mechanism than an expiry.
Evidence and recourse
- Feed, score, reviewer and time are stored for every block and every reinstatement, retained 2 years.
- The owner sees the reason in the console. A link that stops working with no explanation is the failure mode this flow exists to prevent.