mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-23 06:38:50 +00:00
Using existing auto scale settings isn't an error (#1745)
This commit is contained in:
@ -884,7 +884,7 @@ class Scaleset(BASE_SCALESET, ORMMixin):
|
||||
if auto_scale_config is None:
|
||||
auto_scale_profile = default_auto_scale_profile(pool_queue_uri, capacity)
|
||||
else:
|
||||
logging.error("Using existing auto scale settings from database")
|
||||
logging.info("Using existing auto scale settings from database")
|
||||
auto_scale_profile = create_auto_scale_profile(
|
||||
pool_queue_uri,
|
||||
auto_scale_config.min,
|
||||
|
Reference in New Issue
Block a user