fix(chalice): check health for kafka instead redis (#1081)
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
dd69202de7
commit
ce2fa583c3
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ def get_health():
|
|||
"clickhouse": __check_database_ch
|
||||
},
|
||||
"ingestionPipeline": {
|
||||
"redis": __check_redis,
|
||||
# "redis": __check_redis,
|
||||
# "kafka": __check_kafka
|
||||
"kafka": __always_healthy
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue