Ver código fonte

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

Co-authored-by: 刘江波 <jiangbo721@163.com>
tags/0.11.2
jiangbo721 11 meses atrás
pai
commit
931e76e3d1
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      api/docker/entrypoint.sh

+ 1
- 1
api/docker/entrypoint.sh Ver arquivo

@@ -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}

Carregando…
Cancelar
Salvar