fix celery, ready for release testing

This commit is contained in:
Yogesh Ojha
2023-09-15 16:58:41 +05:30
parent 36fb811ad4
commit 6a98a8717e
6 changed files with 50 additions and 64 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ services:
context: ./web
restart: always
entrypoint: /usr/src/app/celery-entrypoint.sh
# command: watchmedo auto-restart --recursive --pattern="*.py" --directory="/usr/src/app/reNgine/" -- celery -A reNgine worker --autoscale=${MAX_CONCURRENCY},${MIN_CONCURRENCY} -l INFO
# command: watchmedo auto-restart --recursive --pattern="*.py" --directory="/usr/src/app/reNgine/" -- celery -A reNgine.tasks worker --autoscale=10,0 -l INFO
volumes:
- ./web:/usr/src/app
- github_repos:/usr/src/github