Closed rudokemper closed 6 months ago
Closes https://github.com/ConservationMetrics/mapgl-tile-renderer/issues/50 and https://github.com/ConservationMetrics/mapgl-tile-renderer/issues/27.
To get processQueueMessages to write the render result (success or failure) to a postgres db.
processQueueMessages
writeRenderResult
requestId
Closes https://github.com/ConservationMetrics/mapgl-tile-renderer/issues/50 and https://github.com/ConservationMetrics/mapgl-tile-renderer/issues/27.
Goal
To get
processQueueMessages
to write the render result (success or failure) to a postgres db.What I changed
writeRenderResult
which writes the render result values to the expected db columns set up by map-packer.requestId
which is used here to match the query with the row to be updated.What I'm not doing here