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

Is this compatible with celery-flower

PazimGoyal opened this issue · comments

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.

I would love to know this as well.

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.

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.