mapzen / documentation

Configuration files, tools, and content to build Mapzen's documentation
https://mapzen.com/documentation
MIT License
25 stars 22 forks source link

update rate limits for for vector tiles keyless access #215

Closed rmglennon closed 7 years ago

rmglennon commented 7 years ago

We don't list the keyless limits for vector tiles, and had someone contact us about 429 errors.

From @nvkelso: "keylessQpd": 2400, "keylessQpm": 120, "keylessQps": 30,

Assuming 15 tiles / map view: "keylessQpd": 2400, = 160 original map views per minute (unlimited cached) "keylessQpm": 120, = 8 original map views per minute (unlimited cached) "keylessQps": 30, = 2 original map views per second (unlimited cached)

This is good info, but I don't know what to do with it because it explains what you'd expect to see in real terms. Maybe a second paragraph on vector tiles, instead of putting it in with the other services?

nvkelso commented 7 years ago

It's possible we will lower keyless vector tile limits in the next 7 days.

nvkelso commented 7 years ago

Assigning to me to update with rate limits once that changes.

nvkelso commented 7 years ago

Keyless APi limits changed in prod this morning, I've updated the docs here.

@kkowalsky to add language about "cache" usage, and general review.

kkowalsky commented 7 years ago

~ adding some copy about cached tiles ~

nvkelso commented 7 years ago

Related issue about cache documentation is https://github.com/mapzen/mapzen-docs-generator/issues/229.

kkowalsky commented 7 years ago

once this passes, I'm going to merge & then make a subsequent PR to solve #229