Skip to content

Commit

Permalink
User metadata (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource authored Dec 16, 2024
1 parent 173826f commit 341d949
Show file tree
Hide file tree
Showing 16 changed files with 896 additions and 227 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ temporalio/bridge/temporal_sdk_bridge*
/tests/helpers/golangworker/golangworker
/.idea
/sdk-python.iml
/.zed
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ Some things to note about the above code:

#### Timers

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

0 comments on commit 341d949

Please sign in to comment.