shove 0.7.0

Async tasks via pubsub on steroids. Comes with built-in support for complex queue configurations, audit logs, autoscaling consumer groups and more.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod autoscaler;
pub mod client;
pub mod consumer;
pub mod consumer_group;
pub(crate) mod headers;
pub mod management;
pub mod publisher;
pub mod registry;
pub(crate) mod router;
pub mod topology;