Skip to content

Commit

Permalink
fix: align polling interval to 15 seconds (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
jocelynthode authored Nov 21, 2023
1 parent 7f05729 commit 8ee27fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This changelog keeps track of work items that have been completed and are ready

### 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

Expand Down
2 changes: 1 addition & 1 deletion pkg/k8s/scaledobject.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
soPollingInterval = 1
soPollingInterval = 15
soTriggerType = "external-push"

mkScalerAddress = "scalerAddress"
Expand Down

0 comments on commit 8ee27fd

Please sign in to comment.