filecoin-saturn / caboose

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

Refactor locks to event loop and feed Saturn HTTP status codes into the weights #33

Closed aarshkshah1992 closed 1 year ago

aarshkshah1992 commented 1 year ago

The ring weights locking model was getting hard to reason about. This PR refactors it to use an event loop instead. Also, closes #https://github.com/filecoin-saturn/caboose/issues/28.