pocketbase-queue
Background task queue
A type-safe queue for background tasks using PocketBase.
A type-safe queue for background tasks using PocketBase.
37 stars
1 watching
1 forks
Language: TypeScript
last commit: 9 months ago
Linked from 1 awesome list
background-jobspocketbasequeuetypescriptworkers
Related projects:
Repository | Description | Stars |
---|---|---|
kmalakoff/background | Library providing a job queue and list with array iteration utilities for background tasks in JavaScript applications. | 69 |
actumn/celery.node | A task queue client/worker for Node.js based on the Celery protocol. | 289 |
albinzr/swiftytask | A high-performance queuing system for managing tasks with closure and various priority levels | 22 |
actionhero/node-resque | A Node.js framework for managing background jobs with Redis as the backend store. | 1,377 |
strd6/priority_queue | A JavaScript implementation of a priority queue data structure | 29 |
clj-commons/durable-queue | A Clojure library implementing a task queue that survives process restarts and is bounded by disk space | 385 |
sczyh30/vertx-kue | A priority task queue built on top of Vert.x and backed by Redis. | 140 |
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 438 |
bernardphp/bernard | A PHP library for creating background jobs and long running processes using queues. | 1,214 |
hugopl/sidekiq.cr | A Crystal implementation of Sidekiq, a background job framework for Ruby. | 763 |
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |
billmalarky/react-native-queue | A React Native job queue with persistent storage and support for OS background tasks and worker threads | 794 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 575 |
tobi/delayed_job | An asynchronous task queue system for Ruby applications | 2,149 |
rails/solid_queue | A database-backed Active Job queuing backend with support for various features and integration with Ruby on Rails | 1,986 |