ConservationMetrics / mapgl-tile-renderer

Headless Node.js Maplibre-GL renderer for generating MBTiles with styled raster tiles.
MIT License
6 stars 3 forks source link

For Azure Storage Queue, return status of request (and legible 4xx/5xx errors for failed requests) #31

Closed rudokemper closed 4 months ago

rudokemper commented 4 months ago

Feature Request

Upon completion of a task, we will update a database row with the status of the request (PENDING | SUCCEEDED | FAILED).

For succeeded requests, we will provide the URL of rendered offline map.

For failed requests, we should provide a 4xx/5xx error to provide a cue to the user as to what went wrong of status = FAILED.