Correct, efficient, and simple. Lets process some jobs.
The cwab
library is installed by adding the following to your Cargo.toml
cwab = "^0.6"
You'll also need to run the following to install the CLI
cargo install cwab
- Reliable job dispatch
- Error handling with retries
- Scheduled jobs
- An easy to use Rust API
- Middleware support
- Batched jobs
- Cron support
- Expiring jobs
- Unique jobs
- Encryption
- Rate limiting
- Parallelism
You can find our documentation here
Library documentation can be found on docs.rs
If you want to contribute, I recommend looking at our good first issues. Our contributing file has some tips for getting started.