08-Sep-2026 — make OS Maps conversions light enough for the worker, cap how long a route may take, and #99

build 884commit 4f59a3f


What's new

Converting OS Maps routes worked on a developer machine but never in production. The worker's browser has no graphics hardware, so the OS Maps map was being rendered in software on two shared CPUs and every step of the job crawled, with single clicks taking minutes until the job timed out after forty. The browser now refuses the map tiles, images, fonts and analytics that the job never needs, which took a full login and export from a timeout to twenty seconds in testing. Each route is capped at eight minutes instead of twenty, and the routes page treats a long-running job as something to wait for rather than an error.

At a glance