1 Reply
err
so
I misread that the first time, the answer is a bit more complicated than it first seems:
https://developers.cloudflare.com/workers/platform/limits#number-of-routes-per-zone
says 1,000 per zone (e.g.
example.com
is a zone, example2.com
is another zone, so if you split between the two you can have 2,000)
and then https://developers.cloudflare.com/workers/platform/limits#number-of-routed-zones-per-worker
says 1,000 zones per Worker
so the actual max depends how many zones you're using