Skip to content

Instantly share code, notes, and snippets.

@davirs
Forked from DevertNet/Magento Cronjob
Created September 12, 2019 18:40
Show Gist options
  • Select an option

  • Save davirs/03d96012562d97a243d39983796eb01b to your computer and use it in GitHub Desktop.

Select an option

Save davirs/03d96012562d97a243d39983796eb01b to your computer and use it in GitHub Desktop.
*/5 * * * * php /home/bender/htdocs/cron.php -malways 1 > /dev/null
*/5 * * * * php /home/bender/htdocs/cron.php -mdefault 1 > /dev/null
* * * * * ! test -e /home/bender/htdocs_dev/www/maintenance.flag && /bin/bash /home/bender/htdocs_dev/www/scheduler_cron.sh --mode always
* * * * * ! test -e /home/bender/htdocs_dev/www/maintenance.flag && /bin/bash /home/bender/htdocs_dev/www/scheduler_cron.sh --mode default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment