Skip to content

[TC-321] Consider Adding Traffic Router Config for Certificate Check Interval GH #1780 #958

Open
@limited

Description

Currently, when Traffic Router doesn't have certificates for delivery services, it sleeps for a hard-coded 1 second and tries again, infinitely.

See b89c9c8#diff-895918d726d34df684cb81881e1b72f9R137

We should consider making the time interval a config, to allow dynamically changing the time between checks.

We may decide this is too small to be worth another config param. But we should think about it and make a decision.

If it is a config, it should probably be a static value, not exponential backoff, because there's no network activity. This checks a data object which is fetched by another thread, so the cost is only a tiny amount of CPU.

Author: Dewayne Richardson
JIRA Link: https://issues.apache.org/jira/browse/TC-321

Metadata

Assignees

No one assigned

    Labels

    SSLsupport for/problems with SSL featuresTraffic Routerrelated to Traffic Routerconfigurationrelated to configuration - not limited to any one componentlow impactaffects only a small portion of a CDN, and cannot itself break onenew featureA new feature, capability or behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions