Skip to content

FLO-24: queue position for async rebalance when health bounds change#267

Merged
holyfuchs merged 4 commits intomainfrom
holyfuchs/FLO-24-update-health-bounds-rebalance
Mar 17, 2026
Merged

FLO-24: queue position for async rebalance when health bounds change#267
holyfuchs merged 4 commits intomainfrom
holyfuchs/FLO-24-update-health-bounds-rebalance

Conversation

@holyfuchs
Copy link
Copy Markdown
Member

Closes: #233

When setMinHealth or setMaxHealth is called on a position, the position is now queued for an async update if its current health falls outside the new bounds.
Previously, tightening the bounds had no effect until an unrelated trigger caused a rebalance. Adds a test verifying the queue-then-process flow, and a process_update_queue transaction for use in tests and tooling.

@holyfuchs holyfuchs requested a review from a team as a code owner March 13, 2026 10:27
@holyfuchs holyfuchs changed the title queue position for async rebalance when health bounds change FLO-24: queue position for async rebalance when health bounds change Mar 13, 2026
@holyfuchs holyfuchs merged commit 1d28178 into main Mar 17, 2026
1 check passed
@holyfuchs holyfuchs deleted the holyfuchs/FLO-24-update-health-bounds-rebalance branch March 17, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FLO-24: Updating Health Bounds Fails to Queue Position for Automatic Rebalancing

2 participants