This project provides a Node.js client and worker for the Celery distributed task queue. It allows you to send tasks to a broker (like RabbitMQ or Redis) and have Node.js workers execute them asynchronously, supporting the Celery protocol.
Implement Celery task queues in your Node.js applications.
Node.js developers needing to offload long-running or background tasks from their main application threads.
Not enough data yet. Star history will appear after a few days of tracking.