Per-bucket buffer size multiplier #5

Closed
opened 2026-03-19 20:09:39 +01:00 by myrmidex · 0 comments
Owner

Add a configurable buffer multiplier per bucket.

  • Add buffer_multiplier column to buckets (decimal, default 0 = no buffer)
  • Buffer is additive: a 1x buffer on a $500 base means $500 extra capacity, so $1000 total
  • Predefined options: 0x (none), 0.5x, 1x, 1.5x, 2x, custom
  • Only applicable to fixed_limit allocation type (percentage scales with income, overflow has no cap)
  • Update bucket creation/edit UI with buffer multiplier field
  • Update bucket resource/API to expose buffer info
Add a configurable buffer multiplier per bucket. - Add `buffer_multiplier` column to buckets (decimal, default 0 = no buffer) - Buffer is additive: a 1x buffer on a $500 base means $500 extra capacity, so $1000 total - Predefined options: 0x (none), 0.5x, 1x, 1.5x, 2x, custom - Only applicable to `fixed_limit` allocation type (percentage scales with income, overflow has no cap) - Update bucket creation/edit UI with buffer multiplier field - Update bucket resource/API to expose buffer info
myrmidex added this to the v0.2.0 milestone 2026-03-19 20:09:39 +01:00
myrmidex self-assigned this 2026-03-19 23:56:46 +01:00
myrmidex added the
enhancement
label 2026-03-20 13:11:33 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lvl0/buckets#5
No description provided.