Closed cretz closed 3 days ago
Looking at code while developing Ruby SDK, it seems at https://github.com/temporalio/sdk-python/blob/b16215104069f798b79592679d8a16dd3d702883/temporalio/client.py#L5499-L5507 we are always setting trigger immediately even it user set it to false but provided backfills. .NET properly does not set this.
Describe the bug
Looking at code while developing Ruby SDK, it seems at https://github.com/temporalio/sdk-python/blob/b16215104069f798b79592679d8a16dd3d702883/temporalio/client.py#L5499-L5507 we are always setting trigger immediately even it user set it to false but provided backfills. .NET properly does not set this.