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.
This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:
Current behavior:
The Traffic Ops DNSSEC refresh cron job still uses the Perl implementation:
trafficcontrol/traffic_ops/etc/cron.d/trafops_dnssec_refresh
Line 18 in a971b6c
New behavior:
The cron job should use the Go implementation (
/traffic_ops/app/bin/checks/DnssecRefresh/ToDnssecRefresh.go).