Skip to content

Commit 29a17ea

Browse files
Update src/connections/sources/catalog/libraries/server/python/index.md
1 parent b0334d3 commit 29a17ea

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ 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. 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.
589+
In some cases, you will want to disable threads and send each request synchronously. If your source is managing tasks asynchronously using software like [Celery](https://docs.celeryq.dev/en/stable/getting-started/introduction.html){:target="_blank”}, consider enabling this option to resolve potential conflicts with the Segment Python library's threading system.
590590

591591
To do so, you can use the `sync_mode` option:
592592

0 commit comments

Comments
 (0)