Try Waiting For 3 Or 4 Hours. If Files Aren't Being Deleted. Then Try Restarting Both Main And File Server Once. If It Doesn't Helps Then You'll Have To Manually Cancel It One By One.set all crons but there is a lot of pending tasks, most of them deleting files.
cron running ok, i can see it in admin panel that crons are running
BUT, there is a lot of pendings, what's that ?
SELECT * FROM `file_action` WHERE `status` = 'pending' ORDER BY `status`;
DELETE FROM `file_action` WHERE `status` = 'pending';
It should work manually via the cli, the same as via cron. I'm not sure why it would be different.i just don't get it, why after i run cron manually there is nothing changed?
100 items are processed per cron run.it's some kind of limit on script to cron jobs ?
have sent you PM with logs, i think i get close to resolve the problem.It should work manually via the cli, the same as via cron. I'm not sure why it would be different.
100 items are processed per cron run.