filecoin-saturn / caboose

A blockstore for distributing load
Other
12 stars 2 forks source link

feedback loop to orchestrator #22

Open willscott opened 1 year ago

willscott commented 1 year ago

currently the only way that caboose reports success/failures of backends in a way to trigger dynamic re-balancing is through logs

related to #16 , there should be some explicit feedback loop to the orchestrator - e.g. saying when a member of the pool has been excluded for misbehaving, that can allow for re-balancing / smarter pool refreshes in realtime

aarshkshah1992 commented 1 year ago

@willscott So Caboose informs the Orchestrator of misbehaving L1s and the Orchestrator does some internal downvoting of them too so as to not return those L1s subsequently ?

willscott commented 1 year ago

right