These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Delay in Faction and NPC Corp changes?

First post
Author
Jai Dark
Jai Dark Industries
#1 - 2016-01-10 16:50:13 UTC
Hi, let me start by saying I DID search for this answer before posting. Honestly.

I have a application that needs Faction and NPC Corp standings for a character. The actual coding for it wasn't a problem and works fine.

My problem is that standing changes that appear instantly in game are taking a very long time to come through the api, a couple of hours it seems.

Is this normal? If so, is it a well understood interval of time? Should I be getting this data some other way (I use https://api.eveonline.com/char/Standings.xml)?

thanks.

CCP Tellus
C C P
C C P Alliance
#2 - 2016-01-10 17:59:04 UTC
Take a look at the cachedUntil timer at the bottom of the XML document. Making another API call to the same endpoint is unlikely to give you more up-to-date information prior to the expiry of that timer.
Desmont McCallock
#3 - 2016-01-10 20:50:22 UTC
The min interval for Standings is 3 hours and for FW Stats 1 hour.
Jai Dark
Jai Dark Industries
#4 - 2016-01-13 02:30:29 UTC
Thanks a lot. I can live with the delay, I mostly wanted to be sure I wasn't doing it incorrectly.