Azure / Azure/azure-functions-durable-python

Ensure Internal entity exceptions are correctly handled

Open
#233 0 comments 0 reactions 0 assignees View on GitHub
P2
Dominant language
Python
Stars
157
Forks
70
Avg merge
2d 10h
Merged PRs (30d)
2

Description

As discussed here: https://github.com/Azure/azure-functions-durable-python/pull/184

There's an outstanding discussion about what to do when an entity errors out due to an internal exception. For example: what if an operation is missing its name.

One possibility is to propagate the error back to the orchestrator, same as if it were a user-code-level exception. Another approach is to error out completely and let the extension handle it, which is our current approach.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.