You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by tidunguyen May 20, 2022
I want to use multiple triggers for my deployment. How can I combine this tool with other Keda triggers so that my app can be activated whenever any trigger run.
I tried to edit the auto-created ScaledObject created by this controller and managed to trigger the app. However, it does not work as expected in several cases. For example:
CooldownPeriod is always 300s no matter how much I set
App does not get scaled down occasionally
Sometimes, app is stucked in a scaled up then terminated instantly loop
What is the idiomatic way to do this or this use case is not yet supported and is supposed to give undefined behaviors?
The text was updated successfully, but these errors were encountered:
Hi!
Currently it's not possible but this on-going PR allows to not generating the ScaledObject from HTTPScaledObject, so you will have the option to treat the HTTP metrics source as an external source on your own ScaledObject (and this unlocks all the options already supported but the ScaledObjects)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
All issues that are marked as stale due to inactivity
label
Dec 15, 2023
Discussed in #455
Originally posted by tidunguyen May 20, 2022
I want to use multiple triggers for my deployment. How can I combine this tool with other Keda triggers so that my app can be activated whenever any trigger run.
I tried to edit the auto-created ScaledObject created by this controller and managed to trigger the app. However, it does not work as expected in several cases. For example:
What is the idiomatic way to do this or this use case is not yet supported and is supposed to give undefined behaviors?
The text was updated successfully, but these errors were encountered: