Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron Job not running - Cpanel #4653

Closed
dv8nate opened this issue May 24, 2016 · 4 comments
Closed

Cron Job not running - Cpanel #4653

dv8nate opened this issue May 24, 2016 · 4 comments
Assignees
Labels
bug report Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed

Comments

@dv8nate
Copy link

dv8nate commented May 24, 2016

Steps to reproduce

I have searched Stack with no luck, I have come from Magento 1 where you could index from the admin to Magento 2.0.6 where you have to run cron jobs.

I have a fresh install on a CentOS 6.6 with Cpanel. Running php 7.

I have put up about 150 products so far, however, I have reached a point they are no longer appearing on my site. I believe this is due to my cron jobs aren't running.

The jobs I have tried via the Cpanel are as follows.

Expected result

reindexing occurs

Actual result

This set of jobs gives no errors, however no reindexing occurs

2016-05-21 15:14:03 Ran jobs by schedule. 2016-05-21 15:15:04 Ran jobs by schedule. 2016-05-21 15:16:03 Ran jobs by schedule. 2016-05-21 15:17:03 Ran jobs by schedule. 2016-05-21 15:18:03 Ran jobs by schedule. 2016-05-21 15:19:02 Ran jobs by schedule. 2016-05-21 15:20:03 Ran jobs by schedule. 2016-05-21 15:21:02 Ran jobs by schedule. 2016-05-21 15:22:03 Ran jobs by schedule. 2016-05-21 15:23:03 Ran jobs by schedule. 2016-05-21 15:24:03 Ran jobs by schedule. 2016-05-21 15:25:03 Ran jobs by schedule.

*/1 * * * * /usr/local/bin/php /home/downupne/public_html/bin/magento cron:run | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; fflush(); }' 2>&1 >> ~/magento_cron.log

*/1 * * * * /usr/local/bin/php /home/downupne/public_html/update/cron.php | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; fflush(); }' 2>&1 >> ~/magento_cron.log

*/1 * * * * /usr/local/bin/php /home/downupne/public_html/bin/magento setup:cron:run | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; fflush(); }' 2>&1 >> ~/magento_cron.log

This set of jobs nothing happens in the log

*/1 * * * * /usr/bin/php -c /etc/php5/apache2/php.ini /var/www/magento2/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /var/www/magento2/var/log/magento_cron.log

*/1 * * * * /usr/bin/php -c /etc/php5/apache2/php.ini /var/www/magento2/update/cron.php >> /var/www/magento2/var/log/update_cron.log

*/1 * * * * /usr/bin/php -c /etc/php5/apache2/php.ini /var/www/magento2/bin/magento setup:cron:run >> /var/www/magento2/var/log/setup_cron.log

Any advise would be greatly appreciated.

Regards

Nathan

@adifucan
Copy link
Contributor

adifucan commented Jul 7, 2016

Hi @dv8nate, did you try to run magento indexer:reindex command after magento cron:run?
It probably should solve your issue.
Please, check this reference: #3247

@vkorotun vkorotun removed the PS label Aug 4, 2016
@pitangaweb
Copy link

Running magento indexer:reindex invalidates Full Page cache every time, so I cannot consider this as a fix to this issue.

@SyedMuneebb
Copy link

Checkout this guide to understand about Cron: Cron Job Magento 2

@magento-engcom-team magento-engcom-team added bug report Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed labels Sep 11, 2017
@magento-engcom-team
Copy link
Contributor

@dv8nate, thank you for your report.
The issue is already fixed in 2.2.0

@magento-engcom-team magento-engcom-team added the Fixed in 2.2.x The issue has been fixed in 2.2 release line label Sep 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed
Projects
None yet
Development

No branches or pull requests

8 participants