kedacore / keda-external-scaler-azure-durable-functions

External scaler for Durable Functions workloads.
Apache License 2.0
5 stars 8 forks source link

How to get started with KEDA for durable functions? #16

Closed rohannevrikar closed 3 years ago

rohannevrikar commented 3 years ago

I want to use KEDA for durable functions, but in the doc only a few triggers are supported yet in KEDA, and not Durable functions triggers like ActivityTrigger or OrchestratorTrigger etc. I came across this repo, and tried to follow Getting Started doc, but it shows "Please make sure you have the correct access rights and the repository exists" error while trying to clone KEDA and durable scaler repos. Is this project still under development, or is it supposed to be an internal/private project? If yes, is there any other way to use Durable Functions in Kubernetes?

tomkerkhove commented 3 years ago

Adding @TsuyoshiUshio @jeffhollan

rohannevrikar commented 3 years ago

Never mind, I cloned the repo using https instead of ssh as mentioned in the doc (should have tried this earlier). Thanks for replying, excited to try this out. Closing this issue for now.