Autoblog Cron

Inactive
  • 42 points
    Starting to get into this DEV thing
    I'm new here
    erealestatemu

    Member  —  11th November 2009         

    Could you please tell me at which point in the process the cron jobs are setup? I had to hard code all my feeds because the interface simply can't handle 60+ feeds (it can't even display more than 20 even if autoblog_table has 60 in it). I now simply write 60 of these in front of the save operation:

    $tables["my feed"] = array("title"=> "my feed name", "url"=> "http://feeds2.feedburner.com/feedname"............."processfeed"=> "60");

    This works great when run manually (I call the process_autoblog function at a button press) but I don't know where the cron jobs are setup. When/how is the autoblog_cron value populated? All I want to do is simply schedule all the feeds stored in the autoblog_table and be able to update it manually when I update my array above.

    Thanks.