temporalio / sdk-go

Temporal Go SDK
https://docs.temporal.io/application-development?lang=go
MIT License
544 stars 215 forks source link

Warn or error when update handlers dangle across CAN or workflow exit #1499

Closed drewhoskins-temporal closed 5 months ago

drewhoskins-temporal commented 6 months ago

We can recommend the await-all-handlers or drop-all-handlers methods. TBD whether error or warning.

dandavison commented 5 months ago

I've merged the first PR, for Python: https://github.com/temporalio/sdk-python/pull/556

The basic spec that that PR's proposing for other SDKs is