Missing Metrics and Health Endpoints in the Python Client
TLDR A was unable to access metrics and health endpoints using a Python client. Jason identified this as a missing feature, prompting A to open an issue which Kishore Nallan agreed to address.

Jan 11, 2022 (20 months ago)
A
05:44 PMmetrics
or health
. I also don’t see the subobjects on the Python level…is there anything missing?Jason
05:54 PMA
05:54 PMJason
05:56 PMJan 12, 2022 (20 months ago)
Kishore Nallan
01:56 AMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Troubleshooting Read Timeout Issues on AWS Cluster.
Stefan encountered read timeout issues with AWS cluster, and Kishore Nallan helped evaluate the issue, finding an unhealthy node which was fixed. Kishore Nallan also helped Stefan to upgrade the cluster configuration.
Resolve Connection Error on Records Upsert
Jainil faced consistent connection errors while upserting records. Jason identified an OOM issue, suggesting a capacity upgrade. Auto-scaling was discussed and the upgrade implementation process, which was in progress, was clarified.

Typesense Error in Unit Testing for Python
Mehdi was encountering errors while running unit tests for Typesense functionalities in Python. Through discussion with Kishore Nallan, they recognized resource constraints might be causing the issue during JSONL file import. As suggested by Kishore Nallan, adding a short sleep after the import resolved the problem.