Skip to content

Instantly share code, notes, and snippets.

@venturion
Created March 14, 2019 22:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save venturion/ef44dbc27d44787850c7d82695b90bf2 to your computer and use it in GitHub Desktop.
Save venturion/ef44dbc27d44787850c7d82695b90bf2 to your computer and use it in GitHub Desktop.
#cron jobs
php /caminho/para/seu-site/bin/magento cron:run 2>&1 | grep -v "Ran jobs by schedule" >> /caminho/para/seu-site/var/log/magento.cron.log
php /caminho/para/seu-site/update/cron.php >> /caminho/para/seu-site/var/log/update.cron.log
php /caminho/para/seu-site/bin/magento setup:cron:run >> /caminho/para/seu-site/var/log/setup.cron.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment