Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # django-celery - nginx 실행 - 장고 실행 : python twisted.tac - beat 실행 : python manage.py celery beat - worker 실행 : python manage.py celery worker ## celery 실행 ```shell python manage.py celery worker --beat --loglevel=DEBUG --autoreload ``` ## 링크 - https://github.com/celery/django-celery open/django-celery.txt Last modified: 2024/10/05 06:15by 127.0.0.1