I am experiencing some weird behavior with respect to Fixed Schema data migrations.
It appears there is a 60 second delay before the on_migrate_source is fired. So when I load a model say User and leave the UI it waits 60 seconds and then fires the on_migrate_source.
Has anyone else experienced this? What is the reason for this delay?
Regards,
Marcus Atkins
2 Replies
Hi Markus
Can you share relevant log data from the rholog.txt to see whats going on?
Thank you.
Kutir Mobility
Thank you for your response.
After analyzing the rholog.txt with it set at INFO level I have noticed that the thing that is causing it is the SyncEngine loading all the model. I have set the poll interval to 0 and this has fixed this.