Skip to content

Commit

Permalink
Updater: Add default to new parameter to keep tests simple
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-douglass committed Apr 9, 2020
1 parent 369d5a5 commit 5be6420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemblyline_core/scaler/scaler_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ServiceProfile:
This includes how the service should be run, and conditions related to the scaling of the service.
"""
def __init__(self, name, container_config: DockerConfig, config_hash, min_instances=0, max_instances=None,
def __init__(self, name, container_config: DockerConfig, config_hash=0, min_instances=0, max_instances=None,
growth=600, shrink=None, backlog=500, queue=None, shutdown_seconds=30):
"""
:param name: Name of the service to manage
Expand Down

0 comments on commit 5be6420

Please sign in to comment.