Skip to content
Snippets Groups Projects
Commit 27fd3791 authored by Hervé Ménager's avatar Hervé Ménager
Browse files

correct celery service configuration

parent 94bc2f3b
No related branches found
No related tags found
3 merge requests!52Bring all changes from dev into master,!51merge fast-api into dev,!42[WIP - do not merge for now] modify docker-compose to use the nuxtjs client
CELERYD_NODES="worker"
CELERY_BIN="celery"
CELERY_APP="jass.models.project"
CELERY_APP="jass"
CELERYD_CHDIR="/var/jass_data"
CELERYD_OPTS="--time-limit=3000 --concurrency=1 --max-tasks-per-child=1"
CELERYD_LOG_FILE="/var/jass_data/celery%N.log"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment