BigData

Redis rq

Kyle79 2020. 5. 10. 23:14

 

http://egloos.zum.com/mcchae/v/11261352

 

[Python] Redis rq 를 이용한 간단한 비동기 작업 큐

파이썬에서 비동기 작업 큐 라고 하면 가장 먼저 떠 오르는 것이 Celery 라는 것입니다. 그런데 위에 읽어보면 비동기 큐라기 보다는 "분산 작업 큐" 라는 것이 더 정확한 말입니다. 분산이라는 의�

egloos.zum.com

 

 

https://niceman.tistory.com/200

 

파이썬(Python) - Redis + RQ(Redis Queue) Task 연동 비동기 예제 소스

파이썬(Python) - Queue 서비스 필요성 오랜만에 포스팅을 작성하게 되었습니다. 최근 정규직으로 이직한지 얼마되지 않아 블로그 관리에 소홀했던 것 같습니다. 최근 업무에서 파이썬 플라스크(Flask) + Redis Qu..

niceman.tistory.com

 

 

https://python-rq.org/docs/jobs/

 

RQ: Jobs

For some use cases it might be useful have access to the current job ID or instance from within the job function itself. Or to store arbitrary data on jobs. RQ’s Job Object Job Creation When you enqueue a function, a job will be returned. You may then ac

python-rq.org

 

 

 

'BigData' 카테고리의 다른 글

argo  (0) 2020.05.15
kubeflow  (0) 2020.05.15
Sensu + Graphite + Grafana + RabbitMQ + Redis  (0) 2020.05.04
Apache Atlas  (0) 2020.04.26
OpenSource ERD Tools  (0) 2020.04.12