Skip to content

Commit 24d0c7f

Browse files
chore: Missing cron:set-last-exec-date in crontab.txt
1 parent f48c66f commit 24d0c7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/php/crontab.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
0 3 * * * /usr/local/bin/php -d memory_limit=-1 /var/www/html/bin/console custom-form-answer:prune -n -q
1111
### Empty node trashcan every month
1212
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

Comments
 (0)