cpg1111 / maestrod

Manager Daemon for maestro https://github.com/cpg1111/maestro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HA ability

cpg1111 opened this issue · comments

Currently due to the fact that the queue is in memory and snapshotted to the datastore, there can only be one maestrod.

Proposal:
Move queue state to the datastore entirely to allow multi maestrods with one leader. This will require a leader that ensure state of the maestro workers matches the state of the queue.