Service workers binding limit
Hey all, is there a limit on the number of service workers bindings a worker can have?
1 Reply
Yes, service bindings are included in the simultaneous open connections limit, which is 6, so you can't have more than 6 simultaneous open connections, including service bindings https://developers.cloudflare.com/workers/platform/limits/#simultaneous-open-connections