temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
266 stars 70 forks source link

[Bug] Designate some more calls with long-polling timeout defaults #774

Closed cretz closed 1 month ago

cretz commented 2 months ago

Describe the bug

Two issues:

Sushisource commented 1 month ago

Timeouts at least seem to be working properly: https://github.com/temporalio/sdk-core/commit/e64b05b8f26f132deba7c32eab7c682eeff861d0

cretz commented 1 month ago

I can confirm that timeout does work as expected on update start. I am unsure why/how I came to the conclusion it didn't. Changing title/description to reflect this as a long-poll timeout issue only.