background
Job scheduler
Library providing a job queue and list with array iteration utilities for background tasks in JavaScript applications.
CoffeeScript / JavaScript background job / task / worker library. Provides implementations for jobs, a job queue, a job list, and single and multiple array iterators.
69 stars
7 watching
13 forks
Language: CoffeeScript
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vikeri/react-native-background-job | Allows scheduling of JavaScript jobs to run in the background or foreground of a React Native app. | 747 |
joseferben/pocketbase-queue | A type-safe queue for background tasks using PocketBase. | 35 |
nestjs/bull | Provides a job queue and scheduling system for a Node.js framework with a focus on TypeScript development | 611 |
lucas34/swiftqueue | A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence. | 410 |
bkeepers/qu | A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 506 |
orlandos-nl/mongoqueue | An implementation of a job queue in Swift using MongoDB as the backend storage | 13 |
actionhero/node-resque | A Node.js framework for managing background jobs with Redis as the backend store. | 1,371 |
kmalakoff/easy-bake | A tool that provides a command-line interface for managing CoffeeScript and JavaScript files in development projects. | 16 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
billmalarky/react-native-queue | A React Native job queue with persistent storage and support for OS background tasks and worker threads | 795 |
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |
hokify/agenda | A lightweight, TypeScript-based job scheduling solution with MongoDB persistence and configurable scheduling options. | 58 |
msavin/stevejobs | A simple jobs queue for Meteor.js applications | 207 |
hugopl/sidekiq.cr | A Crystal implementation of Sidekiq, a background job framework for Ruby. | 765 |
brettrtoomey/jobs | A minimalistic job system for Swift backends | 294 |