Skip to content

Commit

Permalink
feat: Added new cron testing commands to test if your cron jobs are…
Browse files Browse the repository at this point in the history
… executing
  • Loading branch information
ambroisemaupate committed Jan 29, 2024
1 parent b486bec commit efdbaa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/php82-fpm-alpine/crontab.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
0 3 * * * cd /var/www/html && /usr/local/bin/php -d memory_limit=-1 bin/console custom-form-answer:prune -n -q
### Empty node trashcan every month
0 0 1 * * cd /var/www/html && /usr/local/bin/php -d memory_limit=-1 bin/console nodes:empty-trash -n -q
### Log last cron exec time
0 4 * * * cd /var/www/html && /usr/local/bin/php -d memory_limit=-1 bin/console cron:set-last-exec-date -n -q

0 comments on commit efdbaa5

Please sign in to comment.