开发者

How to view and remove cron jobs in drupal 7

开发者 https://www.devze.com 2023-04-08 03:39 出处:网络
I\'m new to drupal 7 and I n开发者_如何学编程eed to see what cron is running.I had a cron Feeds scheduled to run once a day and it is no longer needed.I deleted the feed but the cron is still running.

I'm new to drupal 7 and I n开发者_如何学编程eed to see what cron is running. I had a cron Feeds scheduled to run once a day and it is no longer needed. I deleted the feed but the cron is still running.

Thanks


Drupal has an auto-cron implementation, to disable it go to mysite.com/admin/config/system/cron and set 'Run cron every' to 'Never'.

If that doesn't work check there are no lingering jobs scheduled in your server's crontab.

Hope that helps

EDIT

Just to add, you can't 'see' what jobs are running in Drupal as such because there is only one - the job you can cancel by setting the afore-mentioned setting to 'Never'


Use for this module ultimate_cron you may read extended log message and control of all cron jobs.

0

精彩评论

暂无评论...
验证码 换一张
取 消