Skip to content

Commit 341d949

Browse files
authored
User metadata (#701)
1 parent 173826f commit 341d949

16 files changed

+896
-227
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ temporalio/bridge/temporal_sdk_bridge*
88
/tests/helpers/golangworker/golangworker
99
/.idea
1010
/sdk-python.iml
11+
/.zed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ Some things to note about the above code:
680680

681681
#### Timers
682682

683-
* A timer is represented by normal `asyncio.sleep()`
683+
* A timer is represented by normal `asyncio.sleep()` or a `workflow.sleep()` call
684684
* Timers are also implicitly started on any `asyncio` calls with timeouts (e.g. `asyncio.wait_for`)
685685
* Timers are Temporal server timers, not local ones, so sub-second resolution rarely has value
686686
* Calls that use a specific point in time, e.g. `call_at` or `timeout_at`, should be based on the current loop time

0 commit comments

Comments
 (0)