It used to work this way:
- If cron is setup, then cron will send email reports and execute other scheduled tasks
- When cron is not setup, then the piwik.php requests will act as a webcron, and trigger archiving and scheduled tasks automatically when visitors visit the website.
This seems to have regressed in 2.0 as we got several reports by users that this stopped working.
Let's investigate the webcron and fix. Hopefully we can add integration test for this feature?
It used to work this way:
This seems to have regressed in 2.0 as we got several reports by users that this stopped working.
Let's investigate the webcron and fix. Hopefully we can add integration test for this feature?