actumn / celery.node

Celery task queue client/worker for nodejs
https://celery-node.js.org
MIT License
285 stars 74 forks source link

Is this compatible with celery-flower #65

Open PazimGoyal opened 3 years ago

PazimGoyal commented 3 years ago

Description

Firstly thanks for your awesome work.

I am running a celery python client and want to run celery-node just as a worker. it's running and working fine but no registered worker is showing up on flower. (my guess is signal functionality is not baked in). I saw someone using flower UI with Celery-Node. Is there a way to do this? anything would be helpful.

rightisleft commented 3 years ago

I would love to know this as well.

actumn commented 3 years ago

Hi. Thank you for your attention, and sorry for the late reply.

Unfortunately, celery.node is not supporting flower, which requires celery events (reference) I'm planning to do it in the future, but I'm not sure when it would be.

DanielATucker commented 2 years ago

Hi. Thank you for your attention, and sorry for the late reply.

Unfortunately, celery.node is not supporting flower, which requires celery events (reference) I'm planning to do it in the future, but I'm not sure when it would be.

I also would love this to be implemented.