INFO - RuntimeWatchdog in Live Logs Meaning

0
When I start an environment I continuously see this message in the logs:   "INFO - RuntimeWatchdog: Waiting 10 seconds before primary instance synchronizes database..."    What does this mean?
asked
1 answers
0

This happens normally during application startup in clustered deployment. 

This log message indicates that your Mendix application is performing a synchronization process between the primary instance and other instances in your cluster.

answered