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

Results 11 temporal-python-sdk issues
Sort by recently updated
recently updated
newest added

Previous version did not have a wheel for py3.9 resulting in long build times.

This is a working implementation of the ProtobufJson encoding. I tried to keep it compatible with the way Java SDK handles it.

`grpcio` version `1.30.0` has been problematic in 2 fashions. ## 1 - Compilation issues on later versions of macOS As detailed in [this github issue](https://github.com/grpc/grpc/issues/24677), grpcio is not building on...

Adds support for specifying TLS options for mTLS authentication during workflow client creation. Tested against mTLS-enabled server @ 1.10.5 and mTLS-disabled server @ 1.7.0. For SSLContext reference, see [grpclib mTLS...

Here's the stack trace. ``` 2021-05-13 13:22:37,579 | ERROR | retry.py:retry_loop:29 | run failed: Deadline exceeded, retrying in 3 seconds Traceback (most recent call last): File "/Users/chad.greenburg/.pyenv/versions/3.8.5/lib/python3.8/site-packages/grpclib/client.py", line 360, in...

I get a connection issue when running my worker against the latest version of Temporal: ``` 2021-05-10 08:37:04,083 | DEBUG | protocol.py:data_received:714 | Protocol error Traceback (most recent call last):...

Hi, I've found some issues regarding naming of activities (`activtyType.name` attribute). On the workflow side it is inferred from `ActivityInterfaceClassName::method_name` or you can give it a custom name by means...

Hi, thanks for your great work. Is it planned to integrate TLS in your SDK to handle the server encryption ? https://docs.temporal.io/docs/server-security/ https://docs.temporal.io/docs/server-configuration/#tls