Skip to content

Commit

Permalink
docs: update docs/concepts/event-bus.rst
Browse files Browse the repository at this point in the history
Co-Authored-By: Sarina Canelake <[email protected]>
  • Loading branch information
Apgomeznext and sarina committed Feb 10, 2025
1 parent c1a710f commit b3b5139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/event-bus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The :term:`Event Bus` can help us achieve loose coupling between services, repla

* **Eliminate Blocking, Synchronous Requests**: reduce site outages when services become overloaded with requests by replacing synchronous calls with asynchronous communication.
* **Eliminate Expensive, Delayed, Batch Synchronization**: replace expensive batch processing with near real-time data updates.
* **Reduce the Need for Plugins**: reduce the computational load for plugins that don't need to run in the same process by allowing cross-service communication of lifecycle events.
* **Reduce the need for Plugins**: reduce the computational load for plugins that don't need to run in the same process by allowing cross-service communication of lifecycle events.

How Does the Open edX Event Bus Work?
***************************************
Expand Down

0 comments on commit b3b5139

Please sign in to comment.