Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

The DNSSEC refresh cron job still uses the Perl version #6179

@zrhoffman

Description

@zrhoffman

This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:

  • Traffic Ops

Current behavior:

The Traffic Ops DNSSEC refresh cron job still uses the Perl implementation:

*/5 * * * * trafops export PERL5LIB=/opt/traffic_ops/app/local/lib/perl5:/opt/traffic_ops/app/lib; /opt/traffic_ops/app/bin/checks/ToDnssecRefresh.pl -c '{ "base_url": "https://127.0.0.1" }' -l 1 > /var/log/traffic_ops/trafops_dnssec_refresh.log 2>&1

New behavior:

The cron job should use the Go implementation (/traffic_ops/app/bin/checks/DnssecRefresh/ToDnssecRefresh.go).

Metadata

Metadata

Assignees

Labels

Traffic Opsrelated to Traffic OpsimprovementThe functionality exists but it could be improved in some way.low impactaffects only a small portion of a CDN, and cannot itself break onetoolsrelated to tools outside of main components, e.g. 'compare'

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions