Y
Hacker News
new
|
ask
|
show
|
jobs
by
alesso_x
1572 days ago
I totally agree, I would not recommend using Celery. The last time I used Celery was in 2019 and it was a mess. The memory leak issue is still open
https://github.com/celery/celery/issues/4843
to this day.
1 comments
postpawl
1572 days ago
There has been a lot of progress on fixing memory leaks recently:
https://www.paulsprogrammingnotes.com/2021/12/python-memory-...
link