in the README file for datasync_feedapi is says:

You may now want to prevent cron.php from running and use
datasync_cronalt (which is in the datasync package) or specifically
stop feedapi_cron from running.

My question is, how do I do that (specifically stop feedapi_cron)?

Thanks

Comments

andrewlevine’s picture

the only easy way I know is to put a return; at the first line of the feedapi_cron function

gmak’s picture

Is it actually necessary to do this (disable feedapi_cron)?

andrewlevine’s picture

No, it isn't. However, if you don't, FeedAPI will run whenever you run cron, which may or may not defeat the purpose of using datasync_feedapi.

andrewlevine’s picture

Title: disable feedapi_cron » make it clear how/why to disabl feedapi_cron in README.txt
Version: 6.x-1.0-alpha4 » 6.x-1.x-dev
Category: support » task