Skip to content

Fixes for function app retries#1097

Open
tchow8 wants to merge 4 commits into
masterfrom
Fix-Error-Responses
Open

Fixes for function app retries#1097
tchow8 wants to merge 4 commits into
masterfrom
Fix-Error-Responses

Conversation

@tchow8

@tchow8 tchow8 commented May 27, 2026

Copy link
Copy Markdown
Contributor

Changes:

Moved native retry decorator to use tenacity.
Compact logging statements with newlines to be escaped. This reduces the amount of single line log entries being spammed.
Made retry mechanism async to unblock local thread congestion. Note this does not prevent the event processing concurrency limit. This still needs to be looked into.
Retry mechanism only retries on status codes that are expected to be retryable.

@tchow8 tchow8 force-pushed the Fix-Error-Responses branch from 626e283 to 0b3b11c Compare May 27, 2026 10:25
@tchow8 tchow8 force-pushed the Fix-Error-Responses branch 8 times, most recently from f11e233 to a376471 Compare June 9, 2026 17:12
@tchow8 tchow8 force-pushed the Fix-Error-Responses branch from a376471 to f991373 Compare June 11, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant