twosigma / Cook

Fair job scheduler on Kubernetes and Mesos for batch workloads and Spark
Apache License 2.0
338 stars 63 forks source link

Build user usage map async #2184

Open scrosby opened 2 years ago

scrosby commented 2 years ago

Changes proposed in this PR

Why are we making these changes?

This is more efficient as we do it once for all pools, not n times for each pool. In addition, we take it out of the critical latency path.