Decision Workspace
funscheduler vs delay_timer vs wae-scheduler
Side-by-side comparison of Rust crates
35
funscheduler
growingv0.1.0
Time based function execution scheduler
45
delay_timer
growingv0.11.6
Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible, and dynamic add/cancel/remove is supported.
44
wae-scheduler
experimentalv0.0.2
WAE Scheduler - 任务调度器,支持 Cron、定时任务、延迟任务
Core Metrics
| funscheduler | delay_timer | wae-scheduler | |
|---|---|---|---|
| Health Score | 35 | 45 | 44 |
| Total Downloads | 1.7K | 1.2M | 84 |
| 30d Downloads | 0 | 68.7K | 0 |
| Dependents | 0 | 6 | 2 |
| Releases | 1 | 28 | 3 |
| Last Updated | 1669d ago | 736d ago | 69d ago |
| Age | 4y 6m | 5y 6m | 2m |
Health Breakdown
funscheduler
Maintenance
1
Quality
16
Community
5
Popularity
4
Documentation
9
delay_timer
Maintenance
6
Quality
12
Community
8
Popularity
7
Documentation
12
wae-scheduler
Maintenance
10
Quality
12
Community
7
Popularity
2
Documentation
13
Technical Details
| funscheduler | delay_timer | wae-scheduler | |
|---|---|---|---|
| Version | 0.1.0 | 0.11.6 | 0.0.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 OR MIT | MIT |
| Dependencies | 0 | 31 | 9 |
| Crate Size | 2KB | 110KB | 20KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •delay_timer leads with a health score of 45/100, but none of the options score above 80.
- •⚠ funscheduler, delay_timer have not been updated in over a year.