Azure / Azure/azure-functions-dotnet-worker

Design for incorrectly used retry attributes

Open
#1,694 0 comments 0 reactions 1 assignee Claimed by @satvu View on GitHub
team-issue
Dominant language
C#
Stars
466
Forks
215
Avg merge
3d 10h
Merged PRs (30d)
7

Description

Related: https://github.com/Azure/azure-functions-dotnet-worker/issues/1442, https://github.com/Azure/azure-functions-dotnet-worker/issues/1592

We need to define the behavior for the use of retry attributes on functions that do not support function-level retry. This behavior should be the same in both the loader extension and the source generator. Some options are:

1. Generate metadata with retry information and log a warning
2. Generate metadata but omit retry information and log a warning
3. Do not generate metadata for that function at all and log an error

Initial thought is that other functions without issues in the app should still be generated but that can also be discussed.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.