2 releases
Uses new Rust 2024
| 0.1.1 | Mar 29, 2026 |
|---|---|
| 0.1.0 | Mar 28, 2026 |
#23 in #coil
106 downloads per month
Used in 14 crates
(10 directly)
180KB
5K
SLoC
coil-jobs
coil-jobs provides background job and scheduler primitives for Coil.
It models queued work, retryable execution, scheduling, and the persistence needed to coordinate job state.
Install
[dependencies]
coil-jobs = "0.1.0"
When to use this crate directly
- You are composing Coil manually and want access to the jobs subsystem.
- You are building framework-level background work integration.
- You are contributing to schedulers, queue handling, or retry behaviour.
Related crates
coil-config: queue and scheduler configuration models.coil-runtime: live execution paths that enqueue or consume jobs.coil-ops: operational tooling built around jobs and release workflows.
Learn more
- Docs: https://coil.rs/docs/operations/jobs-and-schedulers
- Architecture: https://coil.rs/architecture
Dependencies
~21–40MB
~542K SLoC