Feature Request
Right now, mapgl-tile-renderer is set up to work with Azure Storage Queue as a message broker to receive tasks to generate offline maps in the background, and send a message back to remove that task from the queue once completed.
Let's provide an open-source alternative so we are not exclusively tied to Azure. One possibility is to use RabbitMQ.