Hi Travis,
Ok, so I fixed the slow processing and now its going too fast and hitting the limits.
I can see the below values ok however can you clarify the reset value
X-RateLimit-Limit X-RateLimit-Remaining X-RateLimit-Reset
The number I get from the X-RateLimit-Reset when X-RateLimit-Remaining is 0 is 1449428071
What is this, is this the total time in seconds , milliseconds etc I must wait before I can start making requests again?
this is a rather large number and even in milliseconds would come to quite a long time
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Kevin Deery
le 7 décembre 2015 à 17h57
Thank you for the info, its funny that I heard only a few days ago that unix servers have a beginning of time as 1970 and here I am hearing it again today lol
I'm new to api limits and I'm trying to find a means of handling the limits in c#
can seem to find any examples on best approach on the net :(
Réponse de Kevin Deery
le 15 décembre 2015 à 06h41
I have resolved this issue for now,
I put a small 2.5 millisecond delay into the calls and it never hits the limit, just process 1107 movies in 32 mins, at this point I don't know it this is good because ive no other bench marks to compare against however its a very significant increase from the sequential means of processing a collection.
:)
Réponse de Kevin Deery
le 15 décembre 2015 à 09h18
Thank you, this is exactly what I need. I don't like the delay because its not reliable.
:)