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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Kevin Deery
el 7 de diciembre de 2015 a las 17:57
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 :(
Contestado por Kevin Deery
el 15 de diciembre de 2015 a las 06:41
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.
:)
Contestado por Kevin Deery
el 15 de diciembre de 2015 a las 09:18
Thank you, this is exactly what I need. I don't like the delay because its not reliable.
:)