Sfoglia il codice sorgente

fix: remove unused queue `generation` (#10532)

Co-authored-by: 刘江波 <jiangbo721@163.com>
tags/0.11.2
jiangbo721 11 mesi fa
parent
commit
931e76e3d1
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      api/docker/entrypoint.sh

+ 1
- 1
api/docker/entrypoint.sh Vedi File

@@ -21,7 +21,7 @@ if [[ "${MODE}" == "worker" ]]; then
fi

exec celery -A app.celery worker -P ${CELERY_WORKER_CLASS:-gevent} $CONCURRENCY_OPTION --loglevel ${LOG_LEVEL} \
-Q ${CELERY_QUEUES:-dataset,generation,mail,ops_trace,app_deletion}
-Q ${CELERY_QUEUES:-dataset,mail,ops_trace,app_deletion}

elif [[ "${MODE}" == "beat" ]]; then
exec celery -A app.celery beat --loglevel ${LOG_LEVEL}

Loading…
Annulla
Salva