사용 환경 : Ubuntu 14.04 / python 3.5 / PyCharm 5.0.3 / Celery 3.1
Periodic Tasks
http://docs.celeryproject.org/en/latest/userguide/periodic-tasks.html
스케쥴러 celery beat를 이용하여 주기적으로 반복적인 일을 처리한다.
celeryconfig.py
비트 실행
>> celery -A proj beat
워커와 같이 실행
>> celery -A proj worker -B
시간으로 crontab 사용 가능.
'공부 > Python' 카테고리의 다른 글
python 시각화 패키지 tqdm, js 크롤링 selenium (0) | 2018.03.14 |
---|---|
Jupyter Notebook 단축키 (0) | 2018.03.08 |
Django-Celery : Next Steps (0) | 2016.06.08 |
Django-Celery : First Steps with Celery (0) | 2016.06.08 |
파이썬 celery-django 오류: Requested setting DEFAULT_INDEX_TABLESPACE, but settings are not configured. (0) | 2016.06.06 |