Settings are moved under common/. shared is put under common/ too.
... also, re-enable it when set --> i.e. only depend on it when it is actually used
There is one other daemon that can have port and that is metadata. I added the option for it
@nico Working on improving etcd handling https://redmine.ungleich.ch/issues/7583
@nico Timeout isn't deterministic. i.e it don't come when a lot of requests are coming. So, we can't do that
@nico The loop isn't a normal loop. It is generator based i.e it iterate only when there is a value available other wise it stay blocked.
for events_iterator in [
…
Thanks. Yes, it doesn't make sense in scheduler.
@nico I am not sure yet about removing the timeout mechanism and moving the maintenance code inside i.e handling of user's request, because it is entirely possible that user's don't make any request…