Matt Amos
Matt Amos
At the moment, all the parts of the database connection information are supplied in the config file separately. #335 extended the config to allow lists of hostnames, and we previously...
We're likely to hit rate-limiting issues from upstream, or random 503 errors, if we try to do large batches of operations. These should be fairly rare, as the `file_hash` field...
@rmarianski writes [in a comment](https://github.com/tilezen/tilequeue/pull/244#discussion_r142524456): > I wonder if we should at some point just create our own repo to hold these kinds of objects and related utility functions? Yup!...
When querying PostgreSQL, we might want to calculate some things server-side (e.g: clip polygons, polygon centroids, label placement points) because returning the raw data in the table would unnecessarily inflate...
Exceptions on the "enqueuer" thread (e.g: assertions as in #130) cause the thread to crash out, but the main thread carries on waiting for results. This causes the whole program...
As part of #57, we fall back to the geometry position if the label position isn't specified. It would be good to log this as a warning, but that point...