Skip to content

Commit

Permalink
updated cron job definition
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Sep 7, 2021
1 parent e82675e commit 4a4087e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist/docker/conf/cron/nginx
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* * * * * /usr/bin/php /var/www/html/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /var/www/html/var/log/magento.cron.log
* * * * * /usr/bin/php /var/www/html/bin/magento setup:cron:run >> /var/www/html/var/log/setup.cron.log
* * * * * /usr/bin/php /var/www/html/bin/magento cron:run 2>&1 | grep -v "Ran jobs by schedule" >> /var/www/html/var/log/magento.cron.log

0 comments on commit 4a4087e

Please sign in to comment.