Erm, according to my DB, all my threads are 'autoskip = 2' once they're tagged by the CRON Auto-Tagger.
There are two kinds of untagged threads in my DB:
-Threads with NULL as the tag list
-Threads with a blank tag list (this is different then NULL)
-Threads set to NULL have an autoskip value of 0
-Threads that are blank have an autoskip value of 2
For my DB and installation, the above CRON works perfectly fine, and on top of that, tags the RSS feed as it comes in. My two RSS feeds are set to check every 30 minutes, I then edited my CRON to run the RSS script at '00' and '30', and edited the autotag CRON to run at '00' and '30' as well. Then I 'reset' my two RSS feeds and when the clock hit the top of the hour, it checked my RSS feeds, added the topics, and tagged them, all in one go! Been working great all day so far.
|