Skip to content

Commit 2700dce

Browse files
authored
Clarify overlapping event rules (cloudflare#19130)
* add note for overlapping event rules * clarify confliciting rules
1 parent 7699aad commit 2700dce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/docs/r2/buckets/event-notifications.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,5 @@ Queue consumers receive notifications as [Messages](/queues/configuration/javasc
232232
## Notes
233233

234234
- Queues [per-queue message throughput](/queues/platform/limits/) is currently 5,000 messages per second. If your workload produces more than 5,000 notifications per second, we recommend splitting notification rules across multiple queues.
235+
- Rules without prefix/suffix apply to all objects in the bucket.
236+
- Overlapping or conflicting rules that could trigger multiple notifications for the same event are not allowed. For example, if you have an `object-create` (or `PutObject` action) rule without a prefix and suffix, then adding another `object-create` (or `PutObject` action) rule with a prefix like `images/` could trigger more than one notification for a single upload, which is invalid.

0 commit comments

Comments
 (0)