kubewharf / godel-scheduler

a unified scheduler for online and offline tasks
Apache License 2.0
431 stars 70 forks source link

Some questions about the performance #59

Open xieqingxing opened 2 months ago

xieqingxing commented 2 months ago

In this article(https://developer.volcengine.com/articles/7379480082940690442), it is mentioned that a single-shard Godel scheduler can achieve 2500+ Pods/s. I would like to know in what scenario this performance data was obtained. Does "single-shard" refer to only the default cluster, or does it involve multiple subcluster?

Thanks for your answer!

binacs commented 2 months ago

Single-shard scheduler in a 10k nodes cluster, without multiple sub-cluster workflows.

NickrenREN commented 1 month ago

“single-shard" has nothing to do with cluster (sub-cluster or cluster scale), it means "only one scheduler instance" (godel supports multiple scheduler instances working in parallel).