Lately I have been receiving table locked message very often when running yql query. Sometimes this error starts coming back after 2-3 calls. I am sure I am no way close to hourly/daily limit of API calls.
Query:
http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.quotes%20where%20symbol%20in%20(%22BAC%22)&format=json&env=http://datatables.org/alltables.env&diagnostics=true
Result:
{"query":{"count":0,"created":"2012-03-24T17:55:25Z","lang":"en-US","diagnostics":{"publiclyCallable":"true","redirect":{"from":"http://datatables.org/alltables.env","status":"301","content":"http://www.datatables.org/alltables.env"},"url":[{"execution-start-time":"137","execution-stop-time":"441","execution-time":"304","proxy":"DEFAULT","content":"http://datatables.org/alltables.env"},{"execution-start-time":"459","execution-stop-time":"506","execution-time":"47","proxy":"DEFAULT","content":"http://www.datatables.org/yahoo/finance/yahoo.finance.quotes.xml"}],"javascript":{"name":"yahoo.finance.quotes","verb":"select","content":"com.yahoo.platforms.pipes.model.ModuleException: Error Codes: js.blocked.execute.request Message: \"The current table 'yahoo.finance.quotes' has been blocked. It exceeded the allotted quotas of either time or instructions\""},"user-time":"509","service-time":"351","build-version":"26062"},"results":null}}Is there any known issue with yql and yahoo.finance.quotes? I will appreciate any help on this.