*Description:*
Right around 590 upserts (~35 min in) I get a `service unavailable (503)` or a `bad gateway (502)` response.
It starts intermittent, then it just becomes persistent. Wondering if I am triggering something in the load balancer. Is there recommended way of upserting? I’m doing it in ~1000 batches for 1.7 million embeddings so ~1700 upserts. Qdrant cloud dashboard says my cluster is `DOWN`. It goes back to healthy once I kill the upset script and give it a break from upserting.
*Some specs:*
**Embeddings size**: 384 (`all-MiniLM-L12-v2`)
**Cloud instance specs**: 4GB RAM, 1vCPU, 16GB Disk
**Hosting info**: AWS - US East
*Other Info:*
I am behind a VPN to access the data I am embedding, but I wouldn’t think that’d be an issue.