Skip to content

Commit fcfa4be

Browse files
authored
Merge pull request #480 from sparcs-kaist/develop
v3.4.6 hotfix
2 parents f75c8f3 + 3dcfcd9 commit fcfa4be

16 files changed

+3
-359
lines changed

.docker/supervisor-app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[program:gunicorn]
2-
command=gunicorn -b 0.0.0.0:9000 -w 3 --timeout 120 ara.wsgi:application
2+
command=gunicorn -b 0.0.0.0:9000 -w 8 --timeout 120 ara.wsgi:application
33
stdout_logfile=/dev/stdout
44
stdout_logfile_maxbytes=0
55
stderr_logfile=/dev/stderr

.docker/supervisor-celery-worker.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[program:celery-worker]
2-
command=celery -A ara worker -l info
2+
command=celery -A ara worker -l info --concurrency=1
33
directory=/newara/www
44
stdout_logfile=/var/log/newara/celery-worker.log
55
stderr_logfile=/var/log/newara/celery-worker.log
6+
numprocs=1

deployment/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

deployment/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

deployment/base/celery/deployment.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

deployment/base/kustomization.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

deployment/base/redis/deployment.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

deployment/base/redis/service.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

deployment/base/server/configmap.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

deployment/base/server/deployment.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

deployment/base/server/ingress.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

deployment/base/server/seal.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)