Skip to content

Commit

Permalink
Merge pull request #224 from openedx/bmtcril/production_configuration
Browse files Browse the repository at this point in the history
docs: Update pipeline defaults
  • Loading branch information
bmtcril authored Jun 11, 2024
2 parents 8287d69 + 6385aca commit db8d976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/how-tos/production_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Aspects can be configured to send xAPI events to ClickHouse in several different

At a high level the options are:

Celery tasks without batching (default)
---------------------------------------
Celery tasks without batching (default as of 1.0.0)
---------------------------------------------------

**Recommended for:** Development, testing, or very small deployments.

Expand All @@ -31,8 +31,8 @@ Cons:
- ClickHouse is much less efficient with many small inserts, resulting in the possibility of insert delays or even errors if there are many simultaneous single row inserts


Celery tasks with batching
--------------------------
Celery tasks with batching (default from 1.0.1 and above)
---------------------------------------------------------

**Recommended for:** small-to-medium sized production deployments. This option has been load tested up to significant levels.

Expand Down

0 comments on commit db8d976

Please sign in to comment.