Timothy Ellersiek

Results 60 comments of Timothy Ellersiek

`categories are extracted and stored for each OSM object, duplicating data millions of times` - each OSM object has one category or more than one, there are no duplicates in...

@isikl looks like a good structure. notes: - please design it in a way that a user can specify an arbitrary geocoder in the settings which uses this library https://github.com/geopy/geopy...

https://pythonspeed.com/articles/gunicorn-in-docker/

@zephylac have you any experience with gunicorn settings? Sometimes requests are timing out on our live servers using the following settings: ``` workers = 2 worker_class = 'gevent' worker_connections =...

Thanks for looking this up @zephylac - if you are running your batch requests, could you also run them against api.openrouteservice.org at the same time? I can send you a...

We are running this on a VM in our openstack environment with 32GB RAM and 8 cores. The postgis database is running on a different and smaller VM with unfortunately...

Some requests will simply timeout but I haven't found a pattern for this yet.

Agreed. Did you test the live API with the token I sent you by any chance @zephylac ?

Ah shit, sorry - it's now extended forever ;-) and won't expire anymore (same token as in the email).

Sorry for joining the party so late. @boind12 could you run ANALYZE in the ops schema once and check again? What kind of requests are you running and are you...