Skip to content
Discussion options

You must be logged in to vote

@ma499

I too have a general failure strategy that relies on dead letter alerts.

however, I mimic the same strategy in Durable Functions by subscribing to the Failed Orchestration lifecycle events, and then publishing a custom Event to Application Insights. I then have an Azure Monitor alert checking for the presence of these events. Which then triggers alerts in the same manner as a Service Bus DL.

If a failure does occur and you want to try again, the recently introduced orchestration [restart API] (#1545) can be used to restart the orchestration from the start as though it had never been ran before. Which is exactly what you would be doing if you re-queued the message intent back into S…

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ConnorMcMahon
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@boylec
Comment options

@davidmrdavid
Comment options

@boylec
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #1670 on April 01, 2021 17:46.