Relative Content

Tag Archive for pythonmultithreadingasynchronousmultiprocessingcelery

Learning Using Celery: Without Framework

I have been coding a python based data extractor from an API for a web application. This web application uses RBMQ as a broker to pass batch details to the extractor, which fetches data to pass back to RBMQ (to decide the destination). Although I have successfully developed the extractor, my current task is to integrate it with RBMQ. However, I am now faced with new problems to solve: