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
|
||||
redis:
|
||||
condition: service_healthy
|
||||
mem_limit: 128m
|
||||
mem_limit: 256m
|
||||
healthcheck:
|
||||
disable: true
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user