Azure / Azure/azure-functions-sql-extension

Add logging for when a row is ignored

Open
#757 0 comments 0 reactions 0 assignees View on GitHub
enhancement trigger
Dominant language
C#
Stars
130
Forks
71
Avg merge
4d 8h
Merged PRs (30d)
4

Description

Currently for the trigger if a row fails to be processed 5 times (for example if the user function throws an exception during invocation) then it will be "ignored" in future runs. This can be queried by looking at the Leases table to see what ones have _az_func_AttemptCount = 5, but there's no log message emitted or any other indication that a row will be ignored.

To help customers with debugging and monitoring of the health of their functions it would be useful to add a log message that is emitted when a row fails to be processed for the 5th time.

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.