Closed (fixed)
Project:
Recommender API
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
11 Apr 2010 at 20:42 UTC
Updated:
16 Jun 2010 at 15:00 UTC
If use drush from shell or crontab, now call ALL module with "call_user_func($module ."_run_recommender");"
I recommend that a separate module caller for drush, referer with simple module index (or module name?)
Example:
drush recommender #1 // call first module,
drush recommender #2 // call second module,
...
drush recommender all // call all module
This way solve better scheduling, and fewer resources
Comments
Comment #1
danithaca commentedthanks for the suggestion. i'll consider this feature request during the next phase of development, perhaps in the summer of this year. (currently occupied by other school work)
Comment #2
danithaca commentedActually, the module currently support this feature. Note that you can provide a list of module names as arguments (eg, drush recommender fivestar_rec voting_rec, etc), and then the recommender only runs for those modules.