feat: implement priority_weighted_plus_percent pricing algorithm
This commit is contained in:
@@ -91,7 +91,7 @@ class BindingCreate(BaseModel):
|
||||
target_group_name: str = ""
|
||||
source_groups: list[BindingSourceGroup] = Field(default_factory=list)
|
||||
percent: float = Field(default=0, ge=0)
|
||||
algorithm: str = "max_plus_percent"
|
||||
algorithm: str = "priority_weighted_plus_percent"
|
||||
enabled: bool = True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user