Skip to content

Conversation

@halspang
Copy link
Member

@halspang halspang commented Nov 3, 2025

Support async middleware in Durable Functions

This commit moves the Durable Function execution outside of the
middleware chain. This allows middleware to make async calls
without interfering with the orchestration itself.

Resolves: #2876

Co-authored-by: Jacob Viau
Co-authored-by: Hal Spang [email protected]

Signed-off-by: Hal Spang [email protected]

@halspang halspang force-pushed the user/halspang/dedicated-executor branch 2 times, most recently from 51a8300 to 58c8ee8 Compare November 4, 2025 22:30
This commit moves the Durable Function execution outside of the
middleware chain. This allows middleware to make async calls
without interfering with the orchestration itself.

Co-authored-by: Jacob Viau
Co-authored-by: Hal Spang <[email protected]>

Signed-off-by: Hal Spang <[email protected]>
@halspang halspang force-pushed the user/halspang/dedicated-executor branch from b1d1d25 to fe07767 Compare November 5, 2025 01:15
@halspang halspang changed the title [Split 2/2] Move durable function execution logic into dedicated executor Support async middleware in Durable Functions Nov 5, 2025
@halspang halspang closed this Nov 11, 2025
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.

Durable functions do not seem to work with Azure App Configuration Service

2 participants