Temporary fix. target_based_rule is not working
This commit is contained in:
parent
4fb8cdb493
commit
e58d927891
@ -72,5 +72,5 @@ def target_based_rule(dg, inprogress, item, limit=1):
|
|||||||
return limit > target_count
|
return limit > target_count
|
||||||
|
|
||||||
|
|
||||||
def items_rule(dg, inprogress, item, limit=100):
|
def items_rule(dg, inprogress, item, limit=1):
|
||||||
return len(inprogress) < limit
|
return len(inprogress) < limit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user