Skip to Content.
Sympa Menu

overpass - [overpass] New release Overpass API v0.7.62.3

Subject: Overpass API developpement

List archive

[overpass] New release Overpass API v0.7.62.3


Chronological Thread 
  • From: Roland Olbricht <>
  • To: "" <>
  • Subject: [overpass] New release Overpass API v0.7.62.3
  • Date: Wed, 20 Nov 2024 22:19:59 +0100
  • Ui-outboundreport: notjunk:1;M01:P0:h5YxKM6P+Fs=;cwngUEeKg0WzwdMQY8DQ7FUPImL NPHyKFssG8/TsMF9NGPP6JFeazZIl2vVXNr2K676x3+LVvplnmheuo4rbz0KQfMtcQd16Snwo E8gYhIVlWAPKhLmOlBEKTNDWewqNwvNLkZc3V/FFF0qsGqVPj99EHcn1KzvM68SOlZkAI5ynX 8lJ7LsDf9jt1NueSGdq/gljK40ylVbEobxXuzFiNawWVtULJ8ChJfozKVHWeq5zt/33GH1BcL xoxpCyDdrXQr+n0kpxAtRIoX6ztXVuS1Z6xDGB9//7gBSyf8wBUpJzPGDvnDmr4p5BP6RcWAB 6WF/30JTuqtJG2UuykIzp3Asd87pqGiyKl0gsOmjXbTQr8t2Cl7RlpN8VODPnNx7RrI/z0lJy BZ7Lvs0kGCcqRar+ps+Jv4PV6lMwT9kKaJU7hak8jrCKVmxE5eod9M6F8Gf6GjLhFttkIAtLy S8lVFX9KQ+r3IIWKBg40ABTM+RNR6hvzT+jwB5BcJdh3UpLXH8hPJ3QHAZIUf7Qhq+Pk482hw SEroWmxBO6ETkOwCiDaKnfPLowGRSD1RrfLptSZv5lHY2Iex8shkC7CKbMwwa2lpplmmE8Nhs D7tnRQdk4B2gMc5qlkh4IQ+lHF3BflE6ItwTucWKRtO3IoEAcSTlw6MTt/MK7tHFTX2rZ8wBQ ekg5LReIupdsjyMcAXbRYF67esXxkqqwiEqzT7vhm0J+h3vnnFmjVk7pc/wFSkKJtsRnmh6oq xBcjXsmAdMuhfnIQ/thLCeCS49asrwUDPt9WTvIS+0s987b8xQkLZ7bkcBXuwNkpJcnzcncn3 LM0MEG00+MoSy1JPzXjEurYpJw38r4+487ntH6EPO2YaJL9Ff4KptxPQpJC4yAFC4ld7+8ic/ coPDxbxGod9JDz+sN6LQ/n8lJKkLob8IRjUGBmF/P96OfMeJEsG3jnbOS

Hello everybody,

on the two public instances, the area regeneration every now and then
fails with a "protocol error". This will be fixed with this patch release
https://dev.overpass-api.de/releases/osm-3s_v0.7.62.3.tar.gz
and offer an improvement in other settings, see below:

What happens in more detail is that a request from the localhost that
does not find resources to run will time out after 30 seconds with a
"protocol error", although it shall timeout rather with a "timeout"
resp. "query rejected" after 15 seconds. This has been a side effect of
keeping localhost out of the rate limiting logic. The fix is to now let
at least after 30 seconds without response let the request honestly tell
that it did not get the requested resources.

There is also a new parameter "--limit-client-zero=(yes|no)" to the
dispatcher that can be set to make the localhost exempt from resource
control or not. If you set it to "no" then requests on localohost will
always pass regardless of the resource situation. This is most likely
what you want to do: either you run a truly local service and have
control over the volume of requests by means of the operating system. Or
you have only very few requests from localhost which represent certain
maintenance tasks like area recreation that shall run anyway. Therefore
it is now the default.

Cheers,

Roland


  • [overpass] New release Overpass API v0.7.62.3, Roland Olbricht, 11/20/2024

Archive powered by MHonArc 2.6.19+.

Top of Page