Purge files cronjob not working

Pydio 8.0.1.
php 7.0.30-0
ubuntu0.16.04.1

I can’t get the files to be deleted automatically.

  1. I’ve set limits in my repository-template, both hard- and soft-limit.
  2. action plugin scheduler is active
  3. schedule is planned:
  4. Generated a crontab entry:
    */5 * * * * php /usr/share/pydio/cmd.php -r=ajxp_conf -u=username -p=password -a=scheduler_runAll >> /var/lib/pydio/data/cache/cmd_outputs/cron_commands.log

But the files keep on beeing there, regardless of triggering the schedule manually or automatically through the cron.

The logfile shows this:
Applying action ‘scheduler_runAll’ on workspace Einstellungen (ajxp_conf)
<?xml version="1.0" encoding="UTF-8"?><tree ><message type="SUCCESS">Nichts auszuführen</message><reload_instruction object="data" node="" file=""/></tree>
“Nichts auszuführen” means “nothing to execute”.

What am I missing?
Thanks a lot!

Hi,
there seems to be an issue regarding that, it was mentioned here i will be looking at it in details and ask the devs about it.