We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed606a commit 5339eacCopy full SHA for 5339eac
services/autoscaling/src/simcore_service_autoscaling/models.py
@@ -39,6 +39,7 @@ def __post_init__(self) -> None:
39
40
def has_assigned_tasks(self) -> bool:
41
# NOTE: This function is needed because assigned_tasks can be empty while still have used resources (this is not nice and should be changed)
42
+ # see https://github.com/ITISFoundation/osparc-simcore/issues/8559
43
return bool(self.available_resources < self.ec2_instance.resources)
44
45
0 commit comments