We’ve recently introduced rate limiting on the OSRM servers as they are, like any other free service, more and more subject of abuse. That rate limit doesn’t work well with the route-as-you-drag approach of the OSM main site. I’ve slightly increased the permitted burst, so that you won’t run into the limits as fast but we probably need to find a more permanent solution.
Oh, must have missed that ticket. I wonder if it would be possible to just tone down the number of requests a bit. Right now I see up to 10 request/s. If we get it down to something like 3 request/s, then that should work out by my calculations.
I really always loved that feature, dragging around and seeing it change immediately is truly unique, but I also saw how extremely often it did that request. Maybe this could be solved with some 300-500ms minimum delay and an exponential back off all on the client?