Python

Celery

Kyle79 2020. 1. 13. 16:44

 

 

https://medium.com/sunhyoups-story/celery-b96eb337b9cf

 

Celery를 이용한 분산처리 프로세스 작성하기

Celery 설치 부터 시작해서 간단한 task 작성까지

medium.com

 

https://medium.com/towncompany-engineering/celery-%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%9C-%EB%B9%84%EB%8F%99%EA%B8%B0-%EB%B6%84%EC%82%B0-%EC%B2%98%EB%A6%AC%EB%A1%9C-api-%EC%86%8D%EB%8F%84-%EA%B0%9C%EC%84%A0-8c9bcf0f119c

 

Celery 를 이용한 비동기 태스크 큐 활용하기

타운어스 플랫폼에서는 카카오 알림톡을 발송하는 작업, 공동구매방의 마감일에 자동으로 공동구매방을 마감하는 작업 등에서 Celery를 사용하고 있습니다. Celery 는 비동기 태스크 큐를 python 에서 사용할 수 있는 모듈입니다.

medium.com

 

 

https://docs.celeryproject.org/en/latest/getting-started/brokers/sqs.html

 

Using Amazon SQS — Celery 4.4.2 documentation

This document describes the current stable version of Celery (4.4). For development docs, go here. Using Amazon SQS Installation For the Amazon SQS support you have to install additional dependencies. You can install both Celery and these dependencies in o

docs.celeryproject.org

 

https://github.com/celery/celery

 

celery/celery

Distributed Task Queue (development branch). Contribute to celery/celery development by creating an account on GitHub.

github.com

 

 

 

'Python' 카테고리의 다른 글

flask proxy server  (0) 2020.04.20
yaml to json  (0) 2020.04.02
Python Sklearn's [joblib] library  (0) 2019.12.19
Asterisk(*)  (0) 2019.12.02
PIP 설치 이슈  (0) 2019.11.29