Skip to content

Commit 7ab1c2a

Browse files
add note on 431 error to sequence rules (cloudflare#26198)
1 parent 834878a commit 7ab1c2a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/content/docs/bots/additional-configurations/sequence-rules.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ import { Render, Steps } from "~/components"
99

1010
<Render file="sequence-rules" product="bots" params={{ one: "Sequence rules", two: "/bots/additional-configurations/sequence-rules/" }} />
1111

12-
Sequence rules is currently in private beta. If you would like to be included in the beta, contact your account team.
12+
:::caution[`431` error]
13+
Too many concurrent requests to your zone may add cookies that create a header that is too large, causing a `431` error.
14+
:::
1315

1416
## Prerequisites
1517

@@ -128,3 +130,9 @@ not cf.sequence.msec_since_op["aaaaaaaa"] ge 1000
128130
## Limitations
129131

130132
Cloudflare only supports HTTPS requests since our cookies set the `Secure` attribute.
133+
134+
---
135+
136+
## Availability
137+
138+
Sequence rules is currently in private beta. If you would like to be included in the beta, contact your account team.

0 commit comments

Comments
 (0)