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

Apply a proper fix to WebFunctionsManager.CreateOrUpdate for metadata refresh bug #10691

Open
soninaren opened this issue Dec 11, 2024 · 0 comments

Comments

@soninaren
Copy link
Member

soninaren commented Dec 11, 2024

Currently a tactical hack exists in the WebFunctionsManager.CreateOrUpdate where we're not using the general IFunctionMetadataManager service to get metadata. This is due to some deep issues with worker indexing + metadata refresh that need to be fixed by larger scale refactorings.

So temporarily there's a hack in place in this method to get the majority of scenarios working again, while we work on a proper fix. Prior to this fix, this create API was nearly 100% broken, affecting mainly portal development scenarios.

@mathewc mathewc changed the title Update the admin API to create functions to work with WI Apply a proper fix to WebFunctionsManager.CreateOrUpdate for metadata refresh bug Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant