-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When activity fails, but the failure can't be converted for whatever reason, we build a general failure at
sdk-python/temporalio/worker/_activity.py
Lines 507 to 510 in 723d234
completion.result.Clear() | |
completion.result.failed.failure.message = ( | |
f"Failed building exception result: {inner_err}" | |
) |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working