We'd like to time our syncdb commands so we know what time index we're pulling down data FROM.
Currently we're doing it once every 24 hours automatically, but we occasionally have need, in a given business day, to sync changes that have been made and it would be very helpful to know if we're going to be getting data from (to use proverbial examples) 5 minutes ago (because the Data Refresh just happened) or from 3 hours and 55 minutes ago (which will likely not reflect the changes we want to see, but WOULD if we waited just a bit longer to sync)
The issue here is that if we know when it's refreshed in the cloud, we can time our syncs down to only specific windows and perform on-demand syncs less frequently and to greater effect.