Thanks it helps. Maybe I found a bug after reviewing the code.
Could you try patching as follows:
wait 1 day or 2 and try again and see if it works better?
If so, please make sure to create a ticket at dev.piwik.org explaining it fixed for you so I don't forget to commit the change, which I should be safe.
Could you try patching as follows:
--- core/ArchiveProcessing.php (revision 750b789d51aef79f82dd322599ee4ad3e0ef2276) +++ core/ArchiveProcessing.php (revision ) @@ -450,7 +450,7 @@ if($this->isArchivingDisabled()) { $timezone = $this->site->getTimezone(); - $minDatetimeArchiveProcessedUTC = Piwik_Date::factory(Piwik_Date::factory('now', $timezone)->getDateStartUTC())->setTimezone($timezone)->getTimestamp(); + $minDatetimeArchiveProcessedUTC = Piwik_Date::factory(Piwik_Date::factory('yesterday', $timezone)->getDateStartUTC())->setTimezone($timezone)->getTimestamp(); } } return $minDatetimeArchiveProcessedUTC;
wait 1 day or 2 and try again and see if it works better?
If so, please make sure to create a ticket at dev.piwik.org explaining it fixed for you so I don't forget to commit the change, which I should be safe.