temporalio / sdk-python

Temporal Python SDK
MIT License
472 stars 75 forks source link

[Bug] Logic bug for create_schedule + backfill w/out trigger immediately #678

Closed cretz closed 3 days ago

cretz commented 3 weeks ago

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.