kedacore/keda

Refactor and optimize the fallback logic

オープン

#5,359 opened on 2024/01/10

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)Go (1,457 件のフォーク)auto 404
help wantedstale-bot-ignore

Repository metrics

Stars
 (10,372 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Proposal

Before we support parallel request for metrics, we calculated the fallback one by one after each metrics.

After supporting the parallel requesting, we are using the same fallback approach just iterating over all the metrics sequentially to calculate the fallback. As now we have all the info to calculate the fallback with all the metrics at once, we should optimice this process, reducing also the underlying request to k8s api

コントリビューターガイド