job-iteration
Job management system
Makes jobs interruptible and resumable by design.
Makes your background jobs interruptible and resumable by design.
1k stars
374 watching
44 forks
Language: Ruby
last commit: 10 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |
fatkodima/sidekiq-iteration | Makes long-running Sidekiq jobs interruptible and resumable to prevent data loss on interruptions | 272 |
actionhero/node-resque | A Node.js framework for managing background jobs with Redis as the backend store. | 1,371 |
kmalakoff/background | Library providing a job queue and list with array iteration utilities for background tasks in JavaScript applications. | 69 |
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 |
scripbox/flume | A blazing fast job processing system with built-in support for durability, back-pressure, and rate limiting. | 78 |
tobi/delayed_job | An asynchronous task queue system for Ruby applications | 2,148 |
nesquena/backburner | A Ruby-based job queue system built on top of Beanstalkd for reliable and efficient background processing. | 429 |
mborders/artifex | A simple in-memory job queue for Golang using worker-based dispatching | 206 |
bambooengineering/que-unique | Ensures identical jobs are not scheduled multiple times during a transaction block | 2 |
resque/resque-web | A web interface to Resque's job queue system, built as a Rails engine. | 235 |
bkeepers/qu | A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 506 |
shopify/shopify_app | Provides tools and infrastructure for building Shopify apps | 1,770 |
saurabhnanda/odd-jobs | A Haskell-based job queue system with an admin UI and additional features. | 75 |
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,838 |