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

Unable to load metadata for function - KEDA Function running on AKS. #2472

Open
gaikwadsantosh opened this issue Apr 22, 2024 · 4 comments
Open
Labels

Comments

@gaikwadsantosh
Copy link

gaikwadsantosh commented Apr 22, 2024

We are deploying Azure Function in AKS using KEDA.
As per design whenever a message arrived in a service bus, KEDA function will trigger and consume the message.

However intermittently I am getting error "Unable to load metadata for function" and message in service bus is not even put in dead letter queue.

very similar to issue reported here Azure/azure-functions-host#7238

I am running this C# function in AKS, and utilization of AKS resources is well below 50% when this error occurs.

However one important observation we have is, code works well is with version 5.1.0 of Microsoft.Azure.WebJobs.Extensions.ServiceBus and same code stops working with newer version 5.13.5

kindly suggest some solution.

@bhagyshricompany
Copy link

pleasse reaise the req on azure portal.Thanks

@gaikwadsantosh
Copy link
Author

I had already created ticket in Azure, however they suggested me to open ticket with GitHub

@gaikwadsantosh
Copy link
Author

could it be a problem because of having long running (heavy) code in function?

@raorugan
Copy link

May I know why functions are running as containers on AKS?

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

3 participants