Set explicit `marketstore` container startup timeout
parent
56629b6b2e
commit
bfe3ea1f59
|
@ -63,11 +63,12 @@ from .._profile import Profiler
|
||||||
log = get_logger(__name__)
|
log = get_logger(__name__)
|
||||||
|
|
||||||
|
|
||||||
# container level config
|
# ahabd-supervisor and container level config
|
||||||
_config = {
|
_config = {
|
||||||
'grpc_listen_port': 5995,
|
'grpc_listen_port': 5995,
|
||||||
'ws_listen_port': 5993,
|
'ws_listen_port': 5993,
|
||||||
'log_level': 'debug',
|
'log_level': 'debug',
|
||||||
|
'startup_timeout': 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
_yaml_config = '''
|
_yaml_config = '''
|
||||||
|
|
Loading…
Reference in New Issue