Timely

Script for migrating traffic based on cookie - used during an infra migration.

We had a difficult challenge: migrating traffic from one hosting service to another. With Cloudflare Workers we were able to migrate traffic by BUSINESS. This was super powerful as we could start with test sites, slowly migrate traffic as we wanted and then migrate our VIP customers last.

Best of all if anything went wrong we could revert traffic instantly.

It enabled us to safely migrate (and in several cases, rollback) traffic to our new hosting service. Only when we were 100% confident everything was fine did we make the change permanent by changing DNS and removing the Worker.

Also built with Workers...