Replies: 1 comment 4 replies
-
testing this on python3.11 to see if its only impacting the python 3.10 image |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Celery containers appear to be hitting a memory leak, setting container limits to 5GB or 10GB appears to result in all memory being used by the container even when MAX_WORKERS=1 and when process is completely idle. This is likely due to a bug in celery version 5.4.0 which is resulting in a memory leak that causes memory usage to increase incrementally until hitting an OOM.
Beta Was this translation helpful? Give feedback.
All reactions