Some information of the synchronisations are stored in the connection records but are more relevant on each individual handlers.
Thinking of:
syncFrequency (although it's more a config property that may still be relevant at the connection level, having it at the handler level would allow different frequency per handler which could be a good thing)
syncStart
syncEnd
syncNext
Additionally, the syncStatus on the connection, could simply be status and I'm challenging the usefulness of the value active (which means a sync is currently in progress) as this info is already in the status of the handlers.
Some information of the synchronisations are stored in the connection records but are more relevant on each individual handlers.
Thinking of:
syncFrequency
(although it's more a config property that may still be relevant at the connection level, having it at the handler level would allow different frequency per handler which could be a good thing)syncStart
syncEnd
syncNext
Additionally, the
syncStatus
on the connection, could simply bestatus
and I'm challenging the usefulness of the valueactive
(which means a sync is currently in progress) as this info is already in the status of the handlers.