magento 2 cronjob setup
crontab -u magento_user -e
*/5 * * * * php /var/www/html/bin/magento cron:run >> /var/www/html/var/log/cron.run.log
*/5 * * * * php /var/www/html/update/cron.php cron:run >> /var/www/html/var/log/update.run.log
*/5 * * * * php /var/www/html/bin/magento setup:cron:run cron:run >> /var/www/html/var/log/setup.cron.log