fix: align polling interval to 15 seconds (#829)

This commit is contained in:
Jocelyn Thode 2023-11-21 22:09:45 +01:00 committed by GitHub
parent 7f0572987b
commit 8ee27fdf6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ This changelog keeps track of work items that have been completed and are ready
### Fixes ### Fixes
- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO)) - **General**: Increase ScaledObject polling interval to 15 seconds ([#799](https://github.com/kedacore/http-add-on/issues/799))
### Deprecations ### Deprecations

View File

@ -10,7 +10,7 @@ import (
) )
const ( const (
soPollingInterval = 1 soPollingInterval = 15
soTriggerType = "external-push" soTriggerType = "external-push"
mkScalerAddress = "scalerAddress" mkScalerAddress = "scalerAddress"