yigit/android-priority-jobqueue
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4458
- days_rel: n/a
- days_push: 1412
- n_releases_24m: 0
Adoption not part of the score
3376 stars · 388 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Android Priority JobQueue is a Java library for scheduling persistent, prioritized background jobs in Android apps, with retry, persistence, and network constraint support. It is officially deprecated in favor of Jetpack WorkManager and Kotlin Coroutines.
Use cases
- schedule background jobs in an android app
- run network requests that survive process death
- retry failed tasks with backoff
- queue tasks with priority ordering
- defer work until network connectivity is available
When to choose
- maintaining a legacy Android codebase already using this library
- you need a persistent job queue on very old Android versions
When to avoid
- starting a new Android project
- you can use Jetpack WorkManager for persistent jobs
- you want coroutine-based background work
- you need actively maintained software
Facets
library · maturity abandoned
concurrency scheduling mobile-development android-tools jvm job-queue background-tasks deprecated workmanager-alternative persistence automation android
1 source
- readme: https://github.com/yigit/android-priority-jobqueue · fetched 2026-08-28 · ec999c5c352b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yigit/android-priority-jobqueue | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="yigit/android-priority-jobqueue")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem