Diego
06/20/2024, 3:05 PMawait TypesenseAdminClient.collections(IndexNames.onde_sites)
.documents()
.upsert(indexedSpace, { action: "upsert" });
but I needed to use an API key for some reason.Jason Bosco
06/20/2024, 3:47 PMJason Bosco
06/20/2024, 3:47 PMDiego
06/20/2024, 3:55 PMDiego
06/20/2024, 3:56 PMDiego
06/20/2024, 3:57 PMDiego
06/20/2024, 3:58 PMJason Bosco
06/20/2024, 4:15 PMJason Bosco
06/20/2024, 4:16 PMIs there an event log we can have access to to determine at what time this collection was deleted?If it was deleted via the API, then we have a log of it on our side. We can comb through it if you email support with your cluster id and collection name
Jason Bosco
06/20/2024, 4:17 PMbut I think it’s difficult from a reliability perspective unless I’m actively doing itEven one time is one too many to cause a collection to be deleted when doing an upsert. Can you share a set of curl commands that replicates the issue at least once in a set of repeated runs?
Diego
06/20/2024, 4:36 PMDiego
06/20/2024, 9:21 PMSide note: One UX confusion I’ve seen before - some operation ends up saturating CPU, so the UI is unable to fetch the set of collections and shows a state as though there are no collections in the cluster, when in reality, it’s just that the whole cluster is out of CPU and so the list of collections can’t be fetched.I’ll include this in the email, but we aren’t yet live and we were able to look at another collection we had in the same cluster