Hi, I have a little GAE Java app that uses MapReduce to send out emails every hour. Currently, a cron job runs every hour and adds a task to a queue to run Mapreduce that then cycles/maps over 6 email addresses to see if an email needs to be sent. When I first launched this set up, I noticed that there was a huge number of Task Queue API calls (about 1800 or so per hour). Didn't pay too much attention since things worked. However, today, even at 8PM CST, the Task Queue API Calls limit is exceeded (100,000), and when the cron job runs I get the following exception: com.google.apphosting.api.ApiProxy$OverQuotaException: The API call taskqueue.BulkAdd() required more quota than is available.
Any troubleshooting ideas are greatly appreciated. More specifically how do I reduce the number of Task Queue API calls with MapReduce (http://code.google.com/p/appengine-mapreduce/) Thanks in advance!! Raivo -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
