Skip to content

Commit

Permalink
add clean unused datasets and embedding cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnJyong committed Dec 28, 2023
1 parent 39fb921 commit 9004f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
if [[ "${MODE}" == "worker" ]]; then
celery -A app.celery worker -P ${CELERY_WORKER_CLASS:-gevent} -c ${CELERY_WORKER_AMOUNT:-1} --loglevel INFO \
-Q ${CELERY_QUEUES:-dataset,generation,mail}
if [[ "${MODE}" == "beat" ]]; then
elif [[ "${MODE}" == "beat" ]]; then
celery -A app.celery beat -P ${CELERY_WORKER_CLASS:-gevent} --loglevel INFO
else
if [[ "${DEBUG}" == "true" ]]; then
Expand Down

0 comments on commit 9004f0f

Please sign in to comment.