From #7188 - we applied a patch to bypass 429 response through exception handling.
However, as a long term fix we need to ensure, that we don't encounter 429 response and also update stats on a regular basis.
Per information from the OSM engineering team, we need to add user agent information in the request header so that Tasking Manager is in not blocked while making multiple requests.
More context on why we are making this switch:

From #7188 - we applied a patch to bypass 429 response through exception handling.
However, as a long term fix we need to ensure, that we don't encounter 429 response and also update stats on a regular basis.
Per information from the OSM engineering team, we need to add
user agentinformation in the request header so that Tasking Manager is in not blocked while making multiple requests.More context on why we are making this switch: