srikanthlogic / WikipediaDYKTweeter

Scripts to tweet DYK hooks.

Home Page:http://bit.ly/akej9a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardcoding max_row of tweetqueue

justjkk opened this issue · comments

The max_rows that will be fetched from the TweetQueue by the GetQueryFeedForGrid() function was passed as 100 as a result the program failed to tweet since Nov 21st.
The solution is to manually clear the queue upon reaching 100 rows? Archive the old rows into another table?