temporalio / sdk-python

Temporal Python SDK
MIT License
474 stars 77 forks source link

[Bug] Ensure continue as new raised from update handler is a task failure #436

Open cretz opened 1 year ago

cretz commented 1 year ago

Describe the bug

Right now reading code, this may end up being swallowed (it's a base exception that I think is re-raised and uncaught in a task).