Azure Functions scaled by KEDA on virtual nodes #1972
Unanswered
christle
asked this question in
Q&A / Need Help
Replies: 1 comment 3 replies
-
I haven't seen this to be honest, maybe @jeffhollan or @ahmelsayed can help here. As far as I know, if the host is up it will stay up. Can you elaborate on the "signal 0" please? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i know, this is not a directly a KEDA topic, but i hope that i can find someone with the same setup in this community :)
We use azure-monitor for http, queue and eventhub trigger for nearly 80 azure functions. now i want to use a virtual node to get rid of vm startup times in scaling scenarios. But currently i run in a for me unsolvable situation:
all azure functions stuck in a restart loop. As i understand, the reason is, that azure functions send internally after every duration a "signal 0". The ACI interpret this and terminate the process. Then happens a restart. in ACI directly it is possible to set the restart policy to OnFailure, but over AKS and the virtual node connector, that is not possible. The only accepted value for the restart-policy in deployments are "Always".
In my mind are Azure Functions, KEDA on AKS + Virtual nodes a powerful way and i thought this is a common setup, but how to solve this issue?
Have anybody here experience with it?
Beta Was this translation helpful? Give feedback.
All reactions