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 5cb7fef commit b464394Copy full SHA for b464394
services/autoscaling/src/simcore_service_autoscaling/modules/auto_scaling_core.py
@@ -351,7 +351,6 @@ async def _sorted_allowed_instance_types(app: FastAPI) -> list[EC2InstanceType]:
351
if allowed_instance_type_names:
352
353
def _as_selection(instance_type: EC2InstanceType) -> int:
354
- assert app_settings.AUTOSCALING_EC2_INSTANCES # nosec
355
return allowed_instance_type_names.index(f"{instance_type.name}")
356
357
allowed_instance_types.sort(key=_as_selection)
0 commit comments