Monday, 5 August 2019

Best task queueing system for node-express app? Celery ?

I am new to node however I was trying to find a method to perform intensive tasks with my node app. I came across Celery( http://www.celeryproject.org/ ) . However it's primarily used with Python. They also have a node-version however since I couldn't find a lot of content/examples related to Node+Celery I was wondering if there existed a better alternative.Is celery for node ( https://github.com/mher/node-celery ) good enough or is there something more effective?Already came across a stack overflow article but that's quite old.Also any link to tutorials or sample codes of suggested alternatives would be a great help. Thanks!

Submitted August 05, 2019 at 08:01AM by ujshah

No comments:

Post a Comment