neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
150 stars 20 forks source link

plugin: don't fail in Reserve() #891

Closed Omrigan closed 5 months ago

Omrigan commented 5 months ago

The only reason why it could fail in Reserve step, while not failing in Filter step is due to an inconsitency, and we don't want to make any decisions based on an inconsistent state.

Also, count cases where it would've failed before. This boosts observability even if it Reserve actually won't deny the request

Fixes #869