-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Azure Monitor Scaler will panic if the timeseries has no data (Related to #679) #699
Comments
Can you have a look at this @melmaliacone or are you busy with other work? |
@tomkerkhove I'll provide more details here. The error pops up whenever there is no metrics to report for quite a bit of time.(Refer screenshot below) |
Thanks! Feels like we are not handling metrics without a value correctly so we should:
|
@tomkerkhove, I’ll look at this today. |
@tomkerkhove, @vishal8k this got fixed in issue #679 but has not made it into a release yet. @vishal8k are you using KEDA version 1.3.0 or building form source? you'll need to build from source to get the fix until there's a new release |
Thanks for checking @melmaliacone! |
@melmaliacone I'm using 1.3.0. I've installed using helm. So how do I install from source? I hearing this for the 1st time. Can you point me to any reference link on how to deploy KEDA from source? That would be helpful. |
@vishal8k Normally you could just install KEDA with the stable Helm chart, but in between releases, if there's a bug fix, the Helm chart won't be updated until a new release. This bug will be fixed in the next release, but I'm not sure when that will happen. Until then, you have three options:
After following one of the above methods, you'll have the two docker images necessary to install the helm chart. If you're using a Kubernetes cluster in the cloud, you'll need to push these images to a container registry like DockerHub (unless you use my images). Then you can deploy KEDA via Helm, replacing the image values in the Helm chart with the images you built. Detailed instructions for exactly how to do this can be found here. Let me know if you still run into issues. Hopefully this will unblock you until a new release goes out. |
Is this still pending? Think this is finished with 1.4, right? |
@tomkerkhove Yes the fix has been released with 1.4 but I didn't get time to test it personally. Anyway will close this. It should work. |
This is a continuation of the issue #679 . The error is still there. It is yet to be fixed. Just now (25th March, 2020) faced this error. I setup a scaledobject that will trigger autoscaling based on the
IncomingMessages
metric of the eventhub. I encountered this error when I pointed to an event hub that has been inactive for quite amount of time. However this worked properly when I pointed to an event-hub that has active message flow.Below is the error message I got
Specifications
The text was updated successfully, but these errors were encountered: