Skip to content

Rate limits seem to be applied after the query is performed #333

@ezheidtmann

Description

@ezheidtmann

I'm using the Overpass API and have implemented an exponential backoff when I get a 429 response. But it seems like the requests take just as long for a 200 as for a 429, indicating that the server is performing a query and THEN telling me I'm rate-limited. I would expect that the server would check my rate limit before running the query, avoiding wasting those resources.

If I'm mistaken, then sorry for the noise.

Best,
Evan

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions