From d97a6f33213584f6f918da331d381387b31280c7 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Wed, 26 Apr 2023 15:21:57 +0300 Subject: [PATCH] docs: remove note from events documentation (#3928) --- docs/content/development/events/index.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/content/development/events/index.mdx b/docs/content/development/events/index.mdx index 5d32a97834..993ecc5971 100644 --- a/docs/content/development/events/index.mdx +++ b/docs/content/development/events/index.mdx @@ -39,12 +39,6 @@ This rather complex logic is abstracted away from the consumers of the EventBusS To pull staged jobs from the database, a separate enqueuer polls the database every three seconds to discover new visible jobs. These jobs are then added to the queue and processed as described in the Processing section earlier. -:::note - -This pattern is heavily inspired by the Transactionally-staged Job Drain described in this blog post. - -::: - --- ## Emitting Events