Skip to content

Commit c26b2d7

Browse files
Remove reference to setting to fail open or closed. (cloudflare#17200)
* Remove reference to setting to fail open or closed. This setting is no longer present in the dashboard (specifically, when going to the Dashboard -> Workers & Pages -> <project> -> Settings). * Update src/content/docs/pages/functions/pricing.mdx * Update src/content/docs/pages/functions/pricing.mdx --------- Co-authored-by: ToriLindsay <[email protected]>
1 parent bc44df6 commit c26b2d7

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/content/docs/pages/functions/pricing.mdx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,4 @@ On both free and paid plans, requests to static assets are free and unlimited. A
3030

3131
Requests to your Pages Functions count towards your quota for the Workers Free plan. For example, you could use 50,000 Functions requests and 50,000 Workers requests to use your full 100,000 daily request usage. The free plan daily request limit resets at midnight UTC.
3232

33-
There are two modes in Project Settings that determine how a Function will behave once the daily request limit has been reached: 1) Fail open and 2) Fail closed.
34-
35-
### Fail open
36-
37-
Once the daily request limit has been reached, Projects in fail open mode will bypass the Function and prevent it from operating on incoming traffic. Incoming requests will behave as if there was no Function, and pass through to the site's static assets. This is the default configuration for all Pages projects.
38-
39-
### Fail closed
40-
41-
Once the daily request limit has been reached, Projects in fail closed mode will display a Cloudflare 1027 error page to visitors, signifying the Function has been temporarily disabled. Cloudflare recommends this option if your Function is performing security related tasks.
42-
43-
:::note
44-
45-
46-
The default configuration for all Pages projects is to Fail open. Fail closed can be configured per project by navigating to the Project Settings page.
47-
48-
4933
:::

0 commit comments

Comments
 (0)