celery.node
celery.node copied to clipboard
Roadmap
Features
- [x] Task protocol v1 client
- [x] Task protocol v2 worker
- [x] amqp broker
- [x] redis broker
- [x] amqp backend
- [x] redis backend
- [x] Task protocol v2 client
- [x] Task protocol v2 worker
- [x] ETA and countdown
- [ ] Error retry
- [ ] Logging
- [ ] Support for redis sentinel
- [ ] SQS Broker
- [ ] RPC Backend
- [ ] Task routing
- [ ] Celery Beat
- [ ] Celery Canvas
- [ ] FlowerUI
- [ ] Task expire
- [ ] Celery events
Others
- [ ] Code documents. typedoc
- [ ] API documents
- [ ] Benchmark
- [ ] Test coverage report
Hi, is there any roadmap to implement 'eta' header of task protocol v2 in near future?
I found that https://github.com/mher/node-celery repository archived today. So trying to find alternatives, then highly impressed of celery.node.
I want to migrate my codes to celery.node as soon as possible : )
@comfuture Thank you for your interest celery.node project. Of course, I'm planning to implement some other task options.
https://github.com/actumn/celery.node/blob/e6024a4fe7d6355c1998ac6a6bedee8cb6dae1d2/src/app/client.ts#L50-L73
And if you need eta feature I will make it as soon as possible (probably next month).
Or I will appreciate it if you make PR.
@actumn curious if you have an ETA for the eta feature. thank you!
Nice project man, did you have a plan to integrate Database Backend?
is there any way to already work with aws SQS? any update on that feature? thanks! 😄
we are waiting for FlowerUI update