Skip to content

Commit

Permalink
Merge pull request #480 from sparcs-kaist/develop
Browse files Browse the repository at this point in the history
v3.4.6 hotfix
  • Loading branch information
Qndndn authored Dec 9, 2024
2 parents f75c8f3 + 3dcfcd9 commit fcfa4be
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 359 deletions.
2 changes: 1 addition & 1 deletion .docker/supervisor-app.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:gunicorn]
command=gunicorn -b 0.0.0.0:9000 -w 3 --timeout 120 ara.wsgi:application
command=gunicorn -b 0.0.0.0:9000 -w 8 --timeout 120 ara.wsgi:application
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
Expand Down
3 changes: 2 additions & 1 deletion .docker/supervisor-celery-worker.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[program:celery-worker]
command=celery -A ara worker -l info
command=celery -A ara worker -l info --concurrency=1
directory=/newara/www
stdout_logfile=/var/log/newara/celery-worker.log
stderr_logfile=/var/log/newara/celery-worker.log
numprocs=1
1 change: 0 additions & 1 deletion deployment/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions deployment/README.md

This file was deleted.

53 changes: 0 additions & 53 deletions deployment/base/celery/deployment.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions deployment/base/kustomization.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions deployment/base/redis/deployment.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions deployment/base/redis/service.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions deployment/base/server/configmap.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions deployment/base/server/deployment.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions deployment/base/server/ingress.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions deployment/base/server/seal.py

This file was deleted.

Loading

0 comments on commit fcfa4be

Please sign in to comment.