Hi,
I have a service with 1000 users and everyone has tweeted around 1000 times each. So the total amount of tweets from my service is around 1 000 000. And this number is increasing all the time.
My question is, how can I get and check the amount of retweets for each tweet without having my service crashing all the time because of "Cron Job Exceptions" from GAE?
My problem is that I need to update the amount of retweets for all tweets every minute if possible?
My service is running on Google App Engine (Java).