fix(docker): increase celery-beat memory limit to 256m
Some checks failed
CI / ruff (push) Successful in 11s
CI / validate (push) Has been cancelled
CI / dependency-scanning (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / deploy (push) Has been cancelled
CI / pytest (push) Has been cancelled

128m was causing OOM kills (exit code 137) as the codebase grew.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 23:45:03 +01:00
parent 27802e47c2
commit 2ca313c3c7

View File

@@ -107,7 +107,7 @@ services:
condition: service_healthy condition: service_healthy
redis: redis:
condition: service_healthy condition: service_healthy
mem_limit: 128m mem_limit: 256m
healthcheck: healthcheck:
disable: true disable: true
networks: networks: