Cron last run won't disappear.

I spend hours without seeing anyone talk about this. So all the solution of running cron are correct but the warn is not store or cache in the container or file or web ui. It is at the redis, without knowing this could spend hours looking for the issue but as a matter of fact it is just a cache log in redis …
TL;DR

  • Not APCu

  • Not /tmp file

  • Not database

  • Not cron mode

  • **Just one stale Redis key
    **
    docker exec nextcloud-redis redis-cli DEL “OC\BackgroundJob\JobList::lastRun”
    docker exec -u www-data nextcloud php occ background:cron

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.