aleo-setup icon indicating copy to clipboard operation
aleo-setup copied to clipboard

Read config every time we start up the coordinator

Open jules opened this issue 3 years ago • 0 comments

Currently, the coordinator only seems to read the config when it is started for the very first time. In later restarts, if the configuration needs to be updated, it currently needs to be done directly in the coordinator state file, which is undesirable, because it creates a disconnect from that queue and the coordinator settings.

jules avatar Oct 02 '21 14:10 jules