-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
liq: get rid of separate rebalance job (#815)
Previously, the separate job and the post-liquidation rebalance could run at the same time and would occasionally perform the same action at the same time, leading to overshooting. Now rebalancing never happens twice. In the future it should potentially just run separately from liquidation, but that needs a review of the assumptions the liquidation job is making first. (cherry picked from commit e8e7e44)
- Loading branch information
Showing
1 changed file
with
12 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters