sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

Temporal Python SDK

Results 182 sdk-python issues
Sort by recently updated
recently updated
newest added
trafficstars

### Describe the bug On short-lived client-only process after `execute_workflow` client call completes, one user reported getting: ``` Fatal Python error: PyGILState_Release: thread state 0x***************** must be current when releasing...

bug

### Is your feature request related to a problem? Please describe. I ran into an issue where my code tried to send a payload that was larger than the 4MB...

enhancement

### Is your feature request related to a problem? Please describe. User reported issue debugging while in sandbox

enhancement

### Describe the solution you'd like Think about how best to support upserting memo

enhancement

### Is your feature request related to a problem? Please describe. Right now the stack traces are not very good ### Describe the solution you'd like Make them better hopefully...

enhancement

### Is your feature request related to a problem? Please describe. Right now, it is basically undefined how core will work across forks. We do know it fails. For example,...

enhancement

Use the workflow tid to capture the workflow thread's frame at the time of deadlock. Added `current_thread_id: Optional[int]` and `get_worker_ident(self) -> Optional[int]` to interfaces/implementations. Currently I only set tid in...

Users want to easily await (or ignore) all their remaining handlers when they continue as new or exit the workflow. Since we can't tell what they want, they should specify.

Add [TMPRL1102](https://github.com/temporalio/rules/blob/main/rules/TMPRL1102.md) rule identifier to warning message. Edit message: the "causing clients to receive errors" is relevant to updates only, not signals. Misc minor cleanup.

### Describe the solution you'd like See https://github.com/temporalio/features/issues/512 and the Go implementation at https://github.com/temporalio/sdk-go/issues/1561

enhancement