SwiftQueue
Job scheduler
A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence.
Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more
410 stars
9 watching
43 forks
Language: Swift
last commit: 24 days ago
Linked from 1 awesome list
constraintsdelayjobjob-scheduleroperationoperationqueuepersistpersistencequeueschedulerswift
Related projects:
Repository | Description | Stars |
---|---|---|
orlandos-nl/mongoqueue | An implementation of a job queue in Swift using MongoDB as the backend storage | 13 |
icanzilb/taskqueue | A Swift library that allows developers to schedule and execute tasks in a synchronous manner. | 682 |
liujianping/job | A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 145 |
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |
brettrtoomey/jobs | A minimalistic job system for Swift backends | 294 |
kmalakoff/background | Library providing a job queue and list with array iteration utilities for background tasks in JavaScript applications. | 69 |
luoxiu/schedule | A Swift-based timing tasks scheduler with an elegant and intuitive API | 1,824 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
coreoz/wisp | A lightweight Java library for managing recurring tasks and jobs with features like scheduling, statistics tracking, and thread pool management. | 133 |
bkeepers/qu | A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 506 |
rmetcalf9/dockjob | A job scheduler designed to run inside a Docker container | 21 |
carlescere/scheduler | Provides a simple way to schedule recurrent jobs with flexible timing options | 450 |
mborders/artifex | A simple in-memory job queue for Golang using worker-based dispatching | 206 |
jaredstehler/dropwizard-quartz | A framework that integrates job scheduling with Dropwizard using Quartz and Guice. | 51 |
romshark/sched | A job scheduler written in Go with the ability to speed up execution by 'fast-forwarding' time | 28 |