docs: remove note from events documentation (#3928)

This commit is contained in:
Shahed Nasser
2023-04-26 15:21:57 +03:00
committed by GitHub
parent 7e5df13072
commit d97a6f3321

View File

@@ -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