0xPolygonMiden / miden-base

Core components of the Polygon Miden rollup
MIT License
73 stars 45 forks source link

Dynamic addition/subtraction of workers from the proxy #963

Open SantiagoPittella opened 2 weeks ago

SantiagoPittella commented 2 weeks ago

We should be able to dynamically add workers to the proxy without the need of restarting it.

One option could that we start a worker with the address of the proxy. As the worker comes online, it pings the proxy to add itself to the list of workers.

_Originally posted by @bobbinth in https://github.com/0xPolygonMiden/miden-base/pull/955#discussion_r1832185206_