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

Temporal Python SDK

Results 119 sdk-python issues
Sort by recently updated
recently updated
newest added

### Describe the bug If there is an existing `extra` dictionary passed to the logger, copy it before mutating it

bug

### Describe the solution you'd like 5.x just dropped a few weeks ago and we don't CI against it. We either need to confirm it is easy to support, or...

enhancement

### Describe the bug Today the README says to mark datetime as passthrough, but the right answer is to mark it as unrestricted. Fix this in README, and also consider...

bug

### What are you really trying to do? Operate a heavily-loaded multiprocess worker. ### Describe the bug In a heavily-loaded multiprocess worker with activities that may possibly be issuing heartbeats...

bug

### Describe the solution you'd like If possible, if an activity's first parameter is `self` but it's not an instance method, warn when creating the worker. This means the instance...

enhancement

### Describe the bug https://github.com/temporalio/sdk-python/blob/f3d1b8511a3ef33b36fa806a9fc56f96a4a70b84/temporalio/worker/workflow_sandbox/_restrictions.py#L602 needs to be a comma instead of space

bug

### Describe the solution you'd like Some users have advanced logger handlers that cannot work in sandbox mode. I think we can add a `temporalio.workflow.logger.unsafe_disable_sandbox()` call on the logger and...

enhancement

### Describe the solution you'd like When the tracing interceptor is in use, by default creating a schedule should create a span for the schedule and set it on the...

enhancement