Celery + Celery beat + redis with Docker

GisangLee·2023년 1월 19일
0

django

목록 보기
32/35
celery -A config.tasks worker
pip install “celery[redis]”
docker run --name redis -p 6379:6379 -d redis
celery -A config worker -l info
celery -A config beat --loglevel=info
profile
포폴 및 이력서 : https://upbeat-suede-20b.notion.site/2265782662ce8071aeb7f67163e63467?source=copy_link

0개의 댓글