fix: align polling interval to 15 seconds (#829)
This commit is contained in:
parent
7f0572987b
commit
8ee27fdf6e
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
soPollingInterval = 1
|
soPollingInterval = 15
|
||||||
soTriggerType = "external-push"
|
soTriggerType = "external-push"
|
||||||
|
|
||||||
mkScalerAddress = "scalerAddress"
|
mkScalerAddress = "scalerAddress"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue