kubewharf / godel-scheduler

a unified scheduler for online and offline tasks
Apache License 2.0
377 stars 58 forks source link

[Refactor] common store for godel components #45

Open binacs opened 1 month ago

binacs commented 1 month ago

Abstract common store for godel components, simplify cache maintenance logic and enhance scalability.

We will do this in two steps:

  1. Abstract common store interface and migrate scheduler cache.

  2. Refactor binder cache and implement interface adaptation.

binacs commented 1 month ago

cc @yuey002