Skip to content

Commit 0e480cc

Browse files
authored
Update README to not recommend async activities (#876)
1 parent 316a528 commit 0e480cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ starting a workflow with an `int` parameter when it accepts a `str` parameter wo
2525

2626
**Different Activity Types**
2727

28-
The activity worker has been developed to work with `async def`, threaded, and multiprocess activities. While
29-
`async def` activities are the easiest and recommended, care has been taken to make heartbeating and cancellation also
30-
work across threads/processes.
28+
The activity worker has been developed to work with `async def`, threaded, and multiprocess activities. Threaded activities are the initial recommendation, and further guidance can be found in [the docs](https://docs.temporal.io/develop/python/python-sdk-sync-vs-async).
3129

3230
**Custom `asyncio` Event Loop**
3331

0 commit comments

Comments
 (0)