(feat) enable viewing /spend/logs for clickhouse

This commit is contained in:
ishaan-jaff 2024-02-26 18:05:21 -08:00
parent c1f9703734
commit 30f4033bbc
3 changed files with 14 additions and 8 deletions

View file

@ -6016,7 +6016,6 @@ async def health_readiness():
except Exception as e:
index_info = "index does not exist - error: " + str(e)
cache_type = {"type": cache_type, "index_info": index_info}
if prisma_client is not None: # if db passed in, check if it's connected
await prisma_client.health_check() # test the db connection
response_object = {"db": "connected"}