Description
Recently we added a couple new fields to our weaviate class. After doing so weaviate started throwing a lot of errors. It works sparingly for some calls but for the most part it fails. Below are the errors we are seeing
Meta endpoint! Unexpected status code: 500, with response body: {'message': 'Internal server error'}.
weaviate.exceptions.UnexpectedStatusCodeError: Query was not successful! Unexpected status code: 504, with response body: {'message': 'Endpoint request timed out'}.
Server Setup Information
- Weaviate Server Version: 1.28.0
- Deployment Method: AWS EKS via Manifest files
- Multi Node? Number of Running Nodes: 1
- Client Language and Version: Python V3
- Multitenancy?: Yes
Any additional Information
It’s odd one moment it is returning results just fine, and more consistently returning the schema, class tenants, and counts of objects within class tenant, and then all of the sudden it just starts failing