app-autoscaler-release icon indicating copy to clipboard operation
app-autoscaler-release copied to clipboard

fix(operator): Clean up scaling cooldowns

Open silvestre opened this issue 9 months ago • 1 comments

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.

silvestre avatar Apr 29 '24 13:04 silvestre