We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48c66f commit 24d0c7fCopy full SHA for 24d0c7f
docker/php/crontab.txt
@@ -10,3 +10,6 @@
10
0 3 * * * /usr/local/bin/php -d memory_limit=-1 /var/www/html/bin/console custom-form-answer:prune -n -q
11
### Empty node trashcan every month
12
0 0 1 * * /usr/local/bin/php -d memory_limit=-1 /var/www/html/bin/console nodes:empty-trash -n -q
13
+
14
+### Log last cron exec time
15
+0 4 * * * /usr/local/bin/php -d memory_limit=-1 /var/www/html/bin/console cron:set-last-exec-date -n -q
0 commit comments