Author |
Topic |
 Elegbara |
Posted - 2011.09.02 20:45:00 - [ 1]
I'm trying to create a Google App Engine app for checking skill queue. By default google's urlfetch module kills all fetch requests after 5 seconds. I had a lot of deadline kills.
I have increased that time to 10 seconds. Still every request today have failed.
I set it to 1 minute hoping that will be enough. Guess what I see in logs?
Is there any guaranteed time on how long does it take to process a request? |
 Dragonaire Caldari Corax. PURgE Alliance |
Posted - 2011.09.03 17:55:00 - [ 2]
I think you've got something setup wrong as the request usually take between 0.1 to maybe a couple seconds depending on server load and your connection at least with Yapeal or manually in Firefox. I suggest testing the URL you're using in browser frst so you can make sure it's right etc. |
 Elegbara |
Posted - 2011.09.03 20:27:00 - [ 3]
It is fast enough usually. Right now fetching skill queue using anything (including browser) takes over 20 seconds. |
 Dragonaire Caldari Corax. PURgE Alliance |
Posted - 2011.09.03 23:45:00 - [ 4]
Yeah looks like all the APIs are so I think the API server is dying  |