Missing celery worker for the memory queue
- 
Hi, I just now realised why the memory queue ist not decreased through celery. There is no celery worker setup to manage this queue  https://git.cloudron.io/search?utf8=✓&search=memory&group_id=16&project_id=620&scope=&search_code=true&snippets=false&repository_ref=master&nav_source=navbar https://git.cloudron.io/search?utf8=✓&search=memory&group_id=16&project_id=620&scope=&search_code=true&snippets=false&repository_ref=master&nav_source=navbarBefore opening a pr to add another supervisor job for it I wanted to check something first. The Weblate documentation has a "running celery as a service" example which has one job that manages all queues. Is there a specific reason why there are multiple services for this in Cloudron? 
- 
I was not able to get celery multiworking so I followed what they do for their docker image at https://github.com/WeblateOrg/docker/blob/master/etc/supervisor/supervisord.conf@nebulon ah. That also explains why the memory worker is missing. It got added only recently https://github.com/WeblateOrg/docker/commit/d6d9f9f267f19d9a193ae5f3468f89b87496945c Shall I make a pr for it, or are you already busy with it? PR at https://git.cloudron.io/cloudron/weblate-app/-/merge_requests/1 
 
