android-priority-jobqueue
Job Manager
A Job Queue implementation specifically designed for Android to schedule tasks that run in the background.
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
3k stars
138 watching
395 forks
Language: Java
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
path/android-priority-jobqueue | A framework to schedule and manage background tasks in Android applications | 2,407 |
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 |
bee-queue/bee-queue | A simple job/task queue for Node.js using Redis | 3,827 |
jobrunr/jobrunr | A Java library for running background tasks in an easy and reliable way | 2,394 |
collectiveidea/delayed_job | Asynchronously executes long-running tasks in the background. | 4,818 |
dlew/joda-time-android | A modified version of Joda-Time tailored for Android to address timezone data issues and optimize memory usage. | 2,625 |
shopify/job-iteration | Makes jobs interruptible and resumable by design. | 1,143 |
sczyh30/vertx-kue | A priority task queue built on top of Vert.x and backed by Redis. | 140 |
davecom/swiftpriorityqueue | A data structure implementation for managing elements of varying priorities in Swift | 372 |
orlandos-nl/mongoqueue | An implementation of a job queue in Swift using MongoDB as the backend storage | 13 |
oban-bg/oban | A robust background job processing system with built-in reliability, consistency, and observability features. | 3,356 |
taskforcesh/bullmq | A message queue and batch processing solution for NodeJS and Python applications using Redis | 6,186 |
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,432 |
liujianping/job | A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 147 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |