Skip to content

@Retryable jitter #11631

@arndey

Description

@arndey

Feature description

Please add jitter parameter to io.micronaut.retry.annotation.@Retryable to avoid thundering herd problem, like:

@Retryable(
    attempts = "5",
    delay = "100ms", 
    multiplier = "2.0",
    maxDelay = "2s",
    jitter = "0.25" // Random deviation ±25%
)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions