Skip to content

Informers are resynchronized simultaneously #222

@diafour

Description

@diafour

All Informers are started almost simultaneously with this option:

// define resyncPeriod for informer
resyncPeriod := time.Duration(2) * time.Hour

This leads to multiple libjq calls every 2 hours:

image (7)

Randomization should be added to prevent simultaneous resynchronization.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions