We are running an stress test on our application using 10 FB test users... After some time, we start to receive API error API_EC_TOO_MANY_CALLS, meaning that we are doing too many calls on the FB API servers...
On our Insights Page (Diagnostics), its showing:
Calls Are Too CPU Intensive
Method | Fraction of Budget
gr:get:User | 8,066%
gr:get/fql | 5,861%
gr:get:User/permissions | 496%
Too Many Calls
Method | Fraction of Budget
gr:get/fql | 18,171%
gr:get:User | 16,888%
gr:get:User/permissions | 1,520%
Yes, we are caching things and Yes we are using batch multiquery for FQL... Finally, yes, we already opened an “bug” ticket but no one answer us until now...
Does anyone here ever had this problem? Any help?
Thanks so much!