Skip to content

Commit ebb42be

Browse files
korinneGregBrimble
andauthored
Update src/content/docs/workers/static-assets/binding.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 7ba89df commit ebb42be

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/content/docs/workers/static-assets/binding.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@ You can also specify `run_worker_first` as an array of route patterns to selecti
101101
</WranglerConfig>
102102
The array supports glob patterns with `*` for deep matching and exception patterns with `!` prefix. In this configuration, requests to `/api/*` routes will invoke the Worker script first, except for `/api/docs/*` which will follow the default asset-first routing behavior.
103103

104-
<Aside type="caution">
105-
When using `run_worker_first`, requests matching the specified patterns will
106-
always invoke your Worker script. If you're on the free tier and exceed your
107-
request limits, these requests will receive a 429 (Too Many Requests) response
108-
instead of falling back to static asset serving. Consider this when designing
109-
your routing patterns.
110-
</Aside>
111-
112104
## `binding`
113105

114106
Configuring the optional [binding](/workers/runtime-apis/bindings) gives you access to the collection of assets from within your Worker script.

0 commit comments

Comments
 (0)