Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(operator): Clean up scaling cooldowns
# Issue The table `scalingcooldowns` will gain an entry once an app is scaled. This entry is never removed, thus a resource leak is created. The table can get so big, that a simple select starts to take time (as there is no index on the table). # Fix The table is now periodically cleaned by the `operator`.
- Loading branch information