Skip to content

Commit b0334d3

Browse files
authored
Update index.md
1 parent 50b1138 commit b0334d3

File tree

1 file changed

+3
-1
lines changed
  • src/connections/sources/catalog/libraries/server/python

1 file changed

+3
-1
lines changed

src/connections/sources/catalog/libraries/server/python/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,9 @@ easy_install --upgrade segment-analytics-python
586586

587587
*Experimental feature, available since `1.3.0b1`.*
588588

589-
In some cases, you will want to disable threads and send each request synchronously. To do so, you can use the `sync_mode` option:
589+
In some cases, you will want to disable threads and send each request synchronously. For instance, if your source is managing tasks asynchronously using software like [Celery](https://docs.celeryq.dev/en/stable/getting-started/introduction.html), consider enabling this option to resolve potential conflicts with the Segment Python library's threading system.
590+
591+
To do so, you can use the `sync_mode` option:
590592

591593
```python
592594
import segment.analytics as analytics

0 commit comments

Comments
 (0)