celery.node
celery.node copied to clipboard
Celery task queue client/worker for nodejs
https://www.distributedpython.com/2018/10/26/celery-execution-pool/
Now the message is automatically ack after receiving the message. I hope can ack the message manually. Thanks in advance.
## Description I am finding myself in a position where I want to play with the `--pool` setting of my celery worker, but have not found any hint about how...
On Python, Celery handles the `SIGTERM` signal in order to stop the worker to receive more tasks, waits for the current job to finish and the worker shutdowns. Is it...
## 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...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
## Description Worker consumes multiple tasks at the same time when other jobs is not done yet. * **What is the current behavior?** Worker consumes multiple tasks at the same...
## Description * **What is the current behavior?** I submitted 5 40-seconds-long tasks and the tasks were finished successfully causing the worker exits unexpectedly with the following exception logs: ```...
## Description Hey guys, thanks for the good work on this project, it rocks. Although, I have not been able to play with my workers message treatment concurrency. In python...
## Description * **What is the motivation / use case for changing the behavior?** it is important to monitor the queue length for preventing memory overflow. could you kindly add...