fix(docker): increase celery-beat memory limit to 256m
Some checks failed
Some checks failed
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user