Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

[wip] FairQ: An implementation of K8s Workqueue #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 6, 2019

  1. FairQ: An implementation of K8s Workqueue

     - The implementation aims to provide equal worker allocation across all
    namespaces. This avoids one namespace from taking over all workers and
    thus increasing the latency to process a namespace with lower load.
     - The queue is thus fair for every namespace. IF somenamespace has
    skewed work duration (larger) then it will not inversely impact the
    reconcilation latency for objects in another namespace
    
    TODO: metrics support
    Ketan Umare committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    40b09e8 View commit details
    Browse the repository at this point in the history