Open ccp-zoetrope opened 6 years ago
Confirming this is an issue with large numbers of characters. I have around 60-70 added into Neocom II and it appears that it is trying to poll the ESI endpoints as fast as possible. With that number of characters being refreshed at once, it's either generating malformed requests that are triggering the error, or it's just getting throttled due to the volume. Either way, it's resolved by patience so it's definitely due to the large volume of polling requests.
ESI never throttles on volume but purely on errors, so the problem is definitely having to do with a flurry of malformed requests.
We had a user come into the #esi tweetfleet slack channel saying that he hit the error limit. According to him he was trying to refresh info for 20 characters. Here is a quote:
Another quote that makes me think he was just refreshing a lot of characters:
Either way, it seems like something's up when refreshing for a lot of characters :)