celery.node
Task queue client
A task queue client/worker for Node.js based on the Celery protocol.
Celery task queue client/worker for nodejs
283 stars
5 watching
73 forks
Language: TypeScript
last commit: 6 months ago
Linked from 1 awesome list
amqpbackgroundbackground-jobscelerycelery-clientcelery-protocolcelery-workersjob-queuequeuequeue-workersqueued-jobstask-managertask-queuetask-runnerworkerworker-queueworkers
Related projects:
Repository | Description | Stars |
---|---|---|
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 439 |
ask/celery | An asynchronous task queue/job queue for distributed message passing | 54 |
rusty-celery/rusty-celery | An implementation of the Celery task queue system in Rust | 779 |
gregavrbancic/fastapi-celery | An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 527 |
actionhero/node-resque | A Node.js framework for managing background jobs with Redis as the backend store. | 1,371 |
romainlanz/adonis-bull-queue | A queue system based on BullMQ for AdonisJS | 144 |
vintasoftware/celery-tasks-checklist | A collection of guidelines and best practices for building high-quality Celery tasks. | 119 |
joseferben/pocketbase-queue | A type-safe queue for background tasks using PocketBase. | 35 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
nestjs/bull | Provides a job queue and scheduling system for a Node.js framework with a focus on TypeScript development | 611 |
owl1n/nest-queue | A queue manager library for NestJS applications | 71 |
listr2/listr2 | Creates beautiful and interactive task lists via easy-to-implement CLI interfaces. | 524 |
kmalakoff/background | Library providing a job queue and list with array iteration utilities for background tasks in JavaScript applications. | 69 |
dirkaholic/kyoo | An unlimited job queue with concurrent worker pools for Go applications | 51 |
sczyh30/vertx-kue | A priority task queue built on top of Vert.x and backed by Redis. | 140 |