Skip to content

Add jitter to ARI Retry-After #8558

@aarongable

Description

@aarongable

We tell all ARI clients to come back after a fixed interval:

response.Header().Set(headerRetryAfter, fmt.Sprintf("%d", int(6*time.Hour/time.Second)))

It would be better to add some random jitter to this, so that clustered ARI clients get spread out over time.

Metadata

Metadata

Assignees

Labels

starterIdeal issues for folks getting familiar with Boulder

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions