Forum Discussion
Keep data synchronized in case of a HTTP error code (e.g. 429)
- 8 years ago
Hi fredeckbert,
Based on my research, receiving a status 429 is not an error, it is the other server "kindly" asking you to please stop spamming requests. Obviously, your rate of requests has been too high and the server is not willing to accept this. So there should be 0 row(no rows) added in this scenario.
You can find more information on status 429 here: http://tools.ietf.org/html/rfc6585#page-3
Regards
Hi fredeckbert,
Based on my research, receiving a status 429 is not an error, it is the other server "kindly" asking you to please stop spamming requests. Obviously, your rate of requests has been too high and the server is not willing to accept this. So there should be 0 row(no rows) added in this scenario.
You can find more information on status 429 here: http://tools.ietf.org/html/rfc6585#page-3
Regards