Docs.rs
dag-executor-0.1.0
dag-executor 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
menjaraz
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
clap ^4
normal
futures ^0.3
normal
lru ^0.12
normal
parking_lot ^0.12
normal
petgraph ^0.6
normal
prometheus ^0.13
normal
optional
rand ^0.8
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^1
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1
normal
criterion ^0.5
dev
tempfile ^3
dev
tokio-test ^0.4
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module retry
dag_
executor
0.1.0
Module retry
Module Items
Structs
Enums
In dag_
executor::
advanced
dag_executor
::
advanced
Module
retry
Copy item path
Source
Expand description
Retry strategies.
Structs
§
Retry
Policy
A complete retry policy: how many attempts, how to back off, and whether to add jitter.
Enums
§
Backoff
How to space out retry attempts.