Helper ClassesLoadRatioInfoOn this pageLoadRatioInfo crawlee._autoscaling.types.LoadRatioInfoRepresents the load ratio of a resource. Args: limit_ratio: The maximum ratio of overloaded and non-overloaded samples. If the actual ratio exceeds this value, the resource is considered as overloaded. actual_ratio: The actual ratio of overloaded and non-overloaded samples.Index Propertiesactual_ratiois_overloadedlimit_ratioProperties actual_ratioactual_ratio: floatis_overloadedis_overloaded: boolReturns whether the resource is overloaded.limit_ratiolimit_ratio: float
Represents the load ratio of a resource.
Args: limit_ratio: The maximum ratio of overloaded and non-overloaded samples. If the actual ratio exceeds this value, the resource is considered as overloaded.