fix: handle Convex InvalidCursor and align backend config

This commit is contained in:
Esdras Renan 2025-11-17 23:53:43 -03:00
parent 3565500e9c
commit 07a6f101b8
6 changed files with 44 additions and 9 deletions

View file

@ -65,7 +65,7 @@ services:
start_period: 30s
convex_backend:
image: ghcr.io/get-convex/convex-backend:latest
image: sistema_convex_backend:1.29.2
stop_grace_period: 10s
stop_signal: SIGINT
volumes:
@ -90,10 +90,10 @@ services:
failure_action: rollback
resources:
limits:
# Limite conservador para evitar que o backend afete o host inteiro.
memory: "12G"
# Limite de memória elevado para evitar reinícios por OOM (exit code 137) em cargas de relatórios / índices.
memory: "16G"
reservations:
memory: "3G"
memory: "4G"
restart_policy:
condition: any
placement: