开发者

Python AppEngine FQL queries for a few thousand entites

开发者 https://www.devze.com 2023-02-05 03:27 出处:网络
I\'ve got a bunch of queries like SELECT total_count from link_stat where url=\'http://sampleurl.com\'

I've got a bunch of queries like

SELECT total_count from link_stat where url='http://sampleurl.com'

I tried to use the FQL multiquery option, bu开发者_JAVA百科t the query length is very large and I get

DownloadError: ApplicationError: 2 [Errno 104] Connection reset by peer

I need to keep periodically updating using a cron-job the number of likes that a page has.

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号