We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50389c commit 6b068d5Copy full SHA for 6b068d5
env/backend.env
@@ -1,6 +1,9 @@
1
CELERY_BROKER_URL=redis://redis:6379/4
2
CELERY_RESULT_BACKEND=redis://redis:6379/4
3
CELERY_TASK_ALWAYS_EAGER=False
4
+# this should keep memory usage under the limit
5
+# if you need to increase this you also need to increase services.celery.mem_limit
6
+CELERY_WORKER_CONCURRENCY=8
7
8
# local hostname shenanigans
9
CORS_ALLOWED_ORIGINS='["http://open.odl.local:8062"]'
0 commit comments