actumn / celery.node

Celery task queue client/worker for nodejs

Home Page:https://celery-node.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPC via RabbitMQ does not work

NoxFr opened this issue · comments

Description

RPC backend via RabbitMQ does not work with this client hence this library looks deprecated considering all the examples celery shows in the official document.
You cannot receive result if you set and RPC backsend in the python workers (which is not mandatory!)

  • Proposed Behavior implement RPC via RabbitMQ or mark the API deprecated (in favor of celery-ts ?)

  • Other information Celery main documentation should mention that too

Note that since celery-ts uses celery-node internally, it is also affected by this

@hollandjake Unless I'm looking at the wrong repo I don't see celery-ts using celery-node? If RPC isn't working in celery-ts I think it would be independent of this. https://github.com/node-celery-ts/node-celery-ts/blob/master/package.json