Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logic Apps Extension Customization Features #3044

Open
mathewc opened this issue Nov 15, 2023 · 0 comments
Open

Logic Apps Extension Customization Features #3044

mathewc opened this issue Nov 15, 2023 · 0 comments
Assignees
Labels

Comments

@mathewc
Copy link
Member

mathewc commented Nov 15, 2023

For Azure/azure-functions-host#9240 we did work to enable the Logic Apps team to implement a Dynamic Listeners feature for their extension. That feature was built successfully, but the implementation required some temporary workarounds:

  • temporary private reflection code was required to remove scale monitors (code here).
  • a custom IFunctionActivityStatusProvider hack had to be used to prevent premature drain mode completion for outstanding background workflows (code here).

We'll need to add first class features to support these scenarios better, so the workarounds can be removed.

@mathewc mathewc self-assigned this Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant