celery.node icon indicating copy to clipboard operation
celery.node copied to clipboard

RPC via RabbitMQ does not work

Open NoxFr opened this issue 1 year ago • 2 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

NoxFr avatar Jan 22 '24 15:01 NoxFr

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

hollandjake avatar Feb 21 '24 01:02 hollandjake

@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

ian-weir avatar Mar 11 '24 18:03 ian-weir