From 6bd2f78733a970555287682668238499808c0f8c Mon Sep 17 00:00:00 2001 From: Amarantha Kulkarni Date: Thu, 6 Sep 2018 10:16:24 -0700 Subject: [PATCH] Remove example about timers --- modules/eventing/pages/eventing-examples.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/eventing/pages/eventing-examples.adoc b/modules/eventing/pages/eventing-examples.adoc index a2df8c2fae..30fb13b278 100644 --- a/modules/eventing/pages/eventing-examples.adoc +++ b/modules/eventing/pages/eventing-examples.adoc @@ -353,6 +353,7 @@ image::query-results-ondelete.png[,400] . In the *Query Results* pane notice that user_ids, *user_id4* and *user_id 10* are removed as part of the cascade user delete operation. +//// == Example 4 *Goal*: When a document in an existing bucket is about to expire, a new document is created in a newly created bucket. @@ -473,3 +474,4 @@ image::cascade_delete_buckets.png[,600] + As a result, a new document — like the original, named *SourceDocument2* — is created, with a value based on that of the original. After two minutes has elapsed, check the documents within the source bucket: the original *SourceDocument2* is no longer visible, having been removed at its defined expiration-time. +////