Set explicit `marketstore` container startup timeout

service_subpkg
Tyler Goodlet 2023-03-08 15:01:06 -05:00
parent 56629b6b2e
commit bfe3ea1f59
1 changed files with 2 additions and 1 deletions

View File

@ -63,11 +63,12 @@ from .._profile import Profiler
log = get_logger(__name__)
# container level config
# ahabd-supervisor and container level config
_config = {
'grpc_listen_port': 5995,
'ws_listen_port': 5993,
'log_level': 'debug',
'startup_timeout': 1,
}
_yaml_config = '''