Once a minute, I run the following Overpass query (incrementing the minutes accordingly):
[adiff:"2020-06-16T17:56:00Z","2020-06-16T17:57:00Z"];
nwr(changed:"2020-06-16T17:56:00Z","2020-06-16T17:57:00Z");
out meta geom;
During testing, I was running the same script on my local machine and my server. My computer can constantly get responses from the server and is rarely rate limited (maybe 2% of the time). My server, however, gets rate limited 90% of the time and rarely has a call succeed. My server has a dedicated IP and I am certain no other calls are being made to the Overpass API other than this one call per minute. Any ideas as to why the server is getting rate-limited while my local computer can complete requests as expected?