Weather, traffic, and warehouse backlog change route economics by the hour. Python dispatch services need live max stops per driver, priority weights, and SLA buffers.
cfg = kiponos.path("dispatch", region)
max_stops = cfg.get_int("max_stops_per_route")
priority = cfg.get_float("express_weight")
Ops updates region config in dashboard; assignment loop reads locally — zero network on each route solve.
Top comments (0)