http-add-on icon indicating copy to clipboard operation
http-add-on copied to clipboard

Add-on for KEDA to scale HTTP workloads

Results 106 http-add-on issues
Sort by recently updated
recently updated
newest added

### Report Flux v2 on an AKS 1.29.4. Flux reports the following error: ``` "message": "Health check failed after 1m0.025810671s: timeout waiting for: [HTTPScaledObject/daprpoc/http-scaledobject-orderapplication status: 'InProgress']", ``` Current YAML manifest:...

bug

Renamed `keda-http-add-on-interceptor-proxy` to `keda-add-ons-http-interceptor-proxy` to align with naming conventions as referenced in the source: https://github.com/kedacore/charts/blob/main/http-add-on/Chart.yaml#L3 ### Checklist - [x] Commits are signed with Developer Certificate of Origin (DCO) - [...

### Report I am using Keda http add-on to scale pods based on pending request. After installing it and setup forward request to keda-add-ons-http-interceptor-proxy service, I have simulated 502 requests...

bug

### Report - 0-4 HTTPScaledObject with targetPendingRequests = 40 - send 10 requests, scales up to 1, everything works - send 150 requests, _all 150 requests go to the single...

bug

### Report I have the following configuration that doesn't seems to scale-up the deployment: ```yaml kind: HTTPScaledObject apiVersion: http.keda.sh/v1alpha1 metadata: name: codbex-hades namespace: prod spec: hosts: - hades.eu1.codbex.com scalingMetric: concurrency:...

bug