CRON: Not workig

Hi,
Is there a way to launch a Cron task manually in a very verbose mode so we know why it is not working?
Actually, I use the cron on the container or I launch It manually like that:

docker exec --user www-data nc php -f /var/www/html/cron.php

Thanks
Vandman

Likely reasons it is not working:

  • an update was started but not completed
  • maintenance mode is on (config.php)

Did you try setting the loglevel to 0?

Hi, I see this now:
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 1052672 bytes) in /var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php on line 107
regards

It look like I am facing the same issue as cron too long.
For me, it the cron job last more than 27 minutes. Is it normal?
Regards.
Vandman