no so long ago I had a similar issue: OJS 3.3 - how do I enforce processing of (old) log files in usageEventLogs folder?. I just couldn’t get it to run automatically.
You could try if the solution also applies to you. That would be:
- in
plugins/generic/usageStats/scheduledTasksAutoStage.xml
(or which applies to you) remove the line<frequency hour="0"/>
if present - in shell execute:
php tools/runScheduledTasks.php plugins/generic/usageStats/scheduledTasksAutoStage.xml
(adjust paths to your setup)
I created a cron job to do it for me then.