You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two nodes, both with lsc installed,how to set different running frequencies on different nodes?Is it set in the lsc.xml configuration file? Or is it set using crontab -e?
The text was updated successfully, but these errors were encountered:
The frequencies of you task is indeed usually set using crontab -e -u lsc, so you just have to pick a different time for the second node.
Is the default data synchronization method of lsc event-driven? For example, when the data in ldap changes, it will automatically trigger lsc to synchronize to the ad domain
Is the default data synchronization method of lsc event-driven?
There is no such thing as default behaviour. When launching a lsc task(s) you can eitheir use the -s(ync) or -a(sync) option to use the sync mode or the async (incremental) mode.
-s will do a full run and exit, usually it is set as a cron ;
-a will do a full run and will then search for updates periodically forever, usually it is set as service but I've also seen it set in a daily cron with a 24h timeout .
I have two nodes, both with lsc installed,how to set different running frequencies on different nodes?Is it set in the lsc.xml configuration file? Or is it set using crontab -e?
The text was updated successfully, but these errors were encountered: