-
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
Provide capability to extend scalers #624
Comments
I can add some info about scenarios and how we have handled some of them. Scenario 1 Your consumer/worker (deployment) creates a queue in RabbitMQ. If you create Solutions:
Scenario 2 You have Solutions:
It would be great to tell KEDA what should be done if there is an error. In one case it look okay to scale your deployment to |
how we can trigger a single workflow after all other workflows are completed in github actions? |
@tomislater , could this be solved using fallback feature? |
I think so 🤔 |
In certain scenarios it would be interesting to react based on what a certain scaler is doing.
For example; when processing a Service Bus/RabbitMQ queue but the queue does not exist it would be nice if we could react to that.
Proposal
We should provide the capability to opt-in for events which are emitted by a given scaler. With that, we could trigger a process to react. (Relates to #479)
Alternative
Alternative is to be able to define a job to run as part of the metadata, but personally I think it's best to decouple this from KEDA and provide the info but leave it up to others to handle it.
Other information
This came up on #KEDA in Kubernetes Slack for Tomek Święcicki his scenario.
The text was updated successfully, but these errors were encountered: