Skip to content

Commit c1c83d0

Browse files
authored
docs(cloudflare): clarify WORKER_SELF_REFERENCE in the multi-worker setup (#181)
1 parent cf33926 commit c1c83d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/cloudflare/howtos/multi-worker.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ export default {
200200
"services": [
201201
{
202202
"binding": "WORKER_SELF_REFERENCE",
203+
// Note: The middleware worker must be referenced here, *not* the server.
203204
"service": "middleware",
204205
},
205206
],

0 commit comments

Comments
 (0)