You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
certificates.polling.interval (the interval, in milliseconds, on which TR will check for SSL certificates)
certificate.api.url (yes, it's non-plural. The URL TR will use to get delivery service SSL certificates)
regional_geoblock.polling.interval (the interval, in milliseconds, on which TR will GET the RGB config file)
regional_geoblock.polling.url (the URL TR will use to get the RGB config file)
anonymousip.policy.configuration (The URL of the Anonymous Blocking configuration file. Traffic Router will fetch the file from this URL.)
anonymousip.polling.url (The URL of the Anonymous IP Database. Traffic Router will fetch the file from this URL.)
anonymousip.polling.interval (The interval, in milliseconds) that Traffic Router polls the Anonymous Blocking configuration file and Anonymous IP Database.)
This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:
Current behavior:
https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_router.html#the-traffic-router-profile is currently missing a few parameters:
Also, https://traffic-control-cdn.readthedocs.io/en/latest/api/v4/cdns_name_snapshot.html and https://traffic-control-cdn.readthedocs.io/en/latest/api/v4/cdns_name_snapshot_new.html mistakenly state that some intervals are in seconds, when they are actually in milliseconds:
New behavior:
The aforementioned documentation issues should be fixed.