Decision Workspace
pgqrs vs backfill vs pg-queue
Side-by-side comparison of Rust crates
46
pgqrs
experimentalv0.15.3
A high-performance PostgreSQL-backed job queue for Rust applications
53
backfill
growingv3.0.0
A boringly-named priority work queue system for doing async tasks.
39
pg-queue
experimentalv0.1.0
PostgreSQL job queue, pub/sub, and cache using SKIP LOCKED and LISTEN/NOTIFY
Core Metrics
| pgqrs | backfill | pg-queue | |
|---|---|---|---|
| Health Score | 46 | 53 | 39 |
| Total Downloads | 503 | 1.1K | 14 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 14 | 15 | 1 |
| Last Updated | 44d ago | 18d ago | 55d ago |
| Age | 7m | 6m | 1m |
Health Breakdown
pgqrs
Maintenance
17
Quality
13
Community
3
Popularity
3
Documentation
10
backfill
Maintenance
18
Quality
15
Community
6
Popularity
4
Documentation
10
pg-queue
Maintenance
10
Quality
12
Community
6
Popularity
1
Documentation
10
Technical Details
| pgqrs | backfill | pg-queue | |
|---|---|---|---|
| Version | 0.15.3 | 3.0.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Parity-7.0.0 | MIT OR Apache-2.0 |
| Dependencies | 25 | 21 | 8 |
| Crate Size | 134KB | 161KB | 24KB |
| Features | 8 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •backfill leads with a health score of 53/100, but none of the options score above 80.
- •pgqrs, pg-queue are pre-1.0 — API may change.