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:

Randomization should be added to prevent simultaneous resynchronization.