Skip to content

Commit

Permalink
rename celery log folder, added gevent dependency and added up-to-dat…
Browse files Browse the repository at this point in the history
…e user config
  • Loading branch information
MarvinDo committed Nov 24, 2024
1 parent 964fcf4 commit 900107f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/frontend_celery/start_celery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ fi

if [ "${WEBAPP_ENV}" == "prod" ]
then
celery -A celery_worker.celery multi start single-worker --pidfile=$ROOT/run/celery/celery.pid --logfile=$ROOT/log/celery/celery.log --loglevel=info -Ofair --concurrency=5 --without-heartbeat --without-gossip --without-mingle
celery -A celery_worker.celery multi start single-worker --pidfile=$ROOT/run/celery/celery.pid --logfile=$ROOT/logs/celery/celery.log --loglevel=info -Ofair --concurrency=5 --without-heartbeat --without-gossip --without-mingle
fi
3 changes: 2 additions & 1 deletion tools/script/install_venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python3 -m pip install --upgrade setuptools wheel
pip install flask flask-session flask-paginate
#pip install Flask-OIDC
pip install authlib
pip install mysql-connector
pip install mysql-connector-python


pip install spliceai tensorflow
Expand Down Expand Up @@ -77,6 +77,7 @@ pip install pytest


pip install gunicorn
pip install gevent

pip install flask-mail

Expand Down

0 comments on commit 900107f

Please sign in to comment.