cwab 0.5.11

A correct, efficient, and simple job processor
Documentation

Cwab

Correct, efficient, and simple. Lets process some jobs.

Crates.io MIT licensed Build Status

Installation

The cwab library is installed by adding the following to your Cargo.toml

cwab = "^0.5"

You'll also need to run the following to install the CLI

cargo install cwab

Free Features

  • Reliable job dispatch
  • Error handling with retries
  • Scheduled jobs
  • An easy to use Rust API
  • Middleware support

Paid Features

  • Batched jobs
  • Cron support
  • Expiring jobs
  • Unique jobs
  • Encryption
  • Rate limiting
  • Parallelism
  • Dedicated support
  • Coming soon: Workflows (Job output fed as input to a dependent job)
  • Metrics
  • Web UI
  • A commercial license

To purchase

Use the below links to purchase a commercial license. You'll receive access to Cwab Pro within 24 hours after payment.

Click this link to pay $99 USD monthly

Click this link to pay $995 USD yearly

Two week satisfaction guarantee, or I'll give you a refund.

Documentation

You can find our documentation here

Library documentation can be found on docs.rs

Contributing

If you want to contribute, I recommend looking at our good first issues. Our contributing file has some tips for getting started.