Compare commits
9 Commits
v0.9.0
...
689bfd1325
| Author | SHA1 | Date | |
|---|---|---|---|
|
689bfd1325
|
|||
|
f0c90edce9
|
|||
| 5e60a272f7 | |||
| 34d609937d | |||
| 094b14c945 | |||
| f6d4f846fc | |||
| 7f3139f4f9 | |||
| 494ec05874 | |||
|
8c0128612f
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.10.0] - 2025-11-15
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- implement take errors
|
||||||
|
|
||||||
## [0.9.0] - 2025-11-15
|
## [0.9.0] - 2025-11-15
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
46
Cargo.lock
generated
46
Cargo.lock
generated
@@ -17,17 +17,6 @@ version = "1.0.100"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "async-trait"
|
|
||||||
version = "0.1.89"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
||||||
dependencies = [
|
|
||||||
"proc-macro2",
|
|
||||||
"quote",
|
|
||||||
"syn",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "autocfg"
|
name = "autocfg"
|
||||||
version = "1.4.0"
|
version = "1.4.0"
|
||||||
@@ -222,10 +211,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "notmad"
|
name = "notmad"
|
||||||
version = "0.8.1"
|
version = "0.10.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
|
||||||
"futures",
|
"futures",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"rand",
|
"rand",
|
||||||
@@ -432,18 +420,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "2.0.17"
|
version = "2.0.18"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror-impl",
|
"thiserror-impl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "2.0.17"
|
version = "2.0.18"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -462,9 +450,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.48.0"
|
version = "1.49.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"libc",
|
"libc",
|
||||||
@@ -490,9 +478,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-util"
|
name = "tokio-util"
|
||||||
version = "0.7.17"
|
version = "0.7.18"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
|
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
@@ -503,9 +491,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing"
|
name = "tracing"
|
||||||
version = "0.1.41"
|
version = "0.1.44"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
@@ -515,9 +503,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-attributes"
|
name = "tracing-attributes"
|
||||||
version = "0.1.28"
|
version = "0.1.31"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -526,9 +514,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-core"
|
name = "tracing-core"
|
||||||
version = "0.1.33"
|
version = "0.1.36"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"valuable",
|
"valuable",
|
||||||
@@ -547,9 +535,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-subscriber"
|
name = "tracing-subscriber"
|
||||||
version = "0.3.20"
|
version = "0.3.22"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
|
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"matchers",
|
"matchers",
|
||||||
"nu-ansi-term",
|
"nu-ansi-term",
|
||||||
|
|||||||
@@ -3,10 +3,9 @@ members = ["crates/*"]
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
mad = { path = "crates/mad" }
|
|
||||||
|
|
||||||
anyhow = { version = "1.0.71" }
|
anyhow = { version = "1.0.71" }
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
|
|||||||
210
README.md
210
README.md
@@ -4,165 +4,163 @@
|
|||||||
[](https://docs.rs/notmad)
|
[](https://docs.rs/notmad)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
## Overview
|
A simple lifecycle manager for long-running Rust applications. Run multiple services concurrently with graceful shutdown handling.
|
||||||
|
|
||||||
MAD is a robust lifecycle manager designed for long-running Rust operations. It provides a simple, composable way to manage multiple concurrent services within your application, handling graceful startup and shutdown automatically.
|
|
||||||
|
|
||||||
### Perfect for:
|
|
||||||
- 🌐 Web servers
|
|
||||||
- 📨 Queue consumers and message processors
|
|
||||||
- 🔌 gRPC servers
|
|
||||||
- ⏰ Cron job runners
|
|
||||||
- 🔄 Background workers
|
|
||||||
- 📡 Any long-running async operations
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- **Component-based architecture** - Build your application from composable, reusable components
|
|
||||||
- **Graceful shutdown** - Automatic handling of shutdown signals with proper cleanup
|
|
||||||
- **Concurrent execution** - Run multiple components in parallel with tokio
|
|
||||||
- **Error handling** - Built-in error propagation and logging
|
|
||||||
- **Cancellation tokens** - Coordinate shutdown across all components
|
|
||||||
- **Minimal boilerplate** - Focus on your business logic, not lifecycle management
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Add MAD to your `Cargo.toml`:
|
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
notmad = "0.7.5"
|
notmad = "0.10.0"
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
async-trait = "0.1"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
Here's a simple example of a component that simulates a long-running server:
|
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use mad::{Component, Mad};
|
use notmad::{Component, Mad};
|
||||||
use async_trait::async_trait;
|
|
||||||
use tokio_util::sync::CancellationToken;
|
use tokio_util::sync::CancellationToken;
|
||||||
|
|
||||||
// Define your component
|
struct MyService;
|
||||||
struct WebServer {
|
|
||||||
port: u16,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl Component for WebServer {
|
|
||||||
fn name(&self) -> Option<String> {
|
|
||||||
Some(format!("WebServer on port {}", self.port))
|
|
||||||
}
|
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), mad::MadError> {
|
|
||||||
println!("Starting web server on port {}", self.port);
|
|
||||||
|
|
||||||
// Your server logic here
|
|
||||||
// The cancellation token will be triggered on shutdown
|
|
||||||
tokio::select! {
|
|
||||||
_ = cancellation.cancelled() => {
|
|
||||||
println!("Shutting down web server");
|
|
||||||
}
|
|
||||||
_ = self.serve() => {
|
|
||||||
println!("Server stopped");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
impl Component for MyService {
|
||||||
|
async fn run(&self, cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
|
println!("Service running...");
|
||||||
|
cancellation.cancelled().await;
|
||||||
|
println!("Service stopped");
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl WebServer {
|
|
||||||
async fn serve(&self) {
|
|
||||||
// Simulate a running server
|
|
||||||
tokio::time::sleep(std::time::Duration::from_secs(3600)).await;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() -> anyhow::Result<()> {
|
async fn main() -> anyhow::Result<()> {
|
||||||
// Build and run your application
|
|
||||||
Mad::builder()
|
Mad::builder()
|
||||||
.add(WebServer { port: 8080 })
|
.add(MyService)
|
||||||
.add(WebServer { port: 8081 }) // You can add multiple instances
|
|
||||||
.run()
|
.run()
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Advanced Usage
|
## Basic Usage
|
||||||
|
|
||||||
### Custom Components
|
### Axum Web Server with Graceful Shutdown
|
||||||
|
|
||||||
Components can be anything that implements the `Component` trait:
|
Here's how to run an Axum server with MAD's graceful shutdown:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use mad::{Component, Mad};
|
use axum::{Router, routing::get};
|
||||||
use async_trait::async_trait;
|
use notmad::{Component, ComponentInfo};
|
||||||
|
use tokio_util::sync::CancellationToken;
|
||||||
|
|
||||||
struct QueueProcessor {
|
struct WebServer {
|
||||||
queue_name: String,
|
port: u16,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
impl Component for WebServer {
|
||||||
impl Component for QueueProcessor {
|
fn info(&self) -> ComponentInfo {
|
||||||
fn name(&self) -> Option<String> {
|
format!("WebServer:{}", self.port).into()
|
||||||
Some(format!("QueueProcessor-{}", self.queue_name))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), mad::MadError> {
|
async fn run(&self, cancel: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
while !cancellation.is_cancelled() {
|
let app = Router::new().route("/", get(|| async { "Hello, World!" }));
|
||||||
// Process messages from queue
|
|
||||||
self.process_next_message().await?;
|
let listener = tokio::net::TcpListener::bind(format!("0.0.0.0:{}", self.port))
|
||||||
}
|
.await?;
|
||||||
|
|
||||||
|
println!("Listening on http://0.0.0.0:{}", self.port);
|
||||||
|
|
||||||
|
// Run server with graceful shutdown
|
||||||
|
axum::serve(listener, app)
|
||||||
|
.with_graceful_shutdown(async move {
|
||||||
|
cancel.cancelled().await;
|
||||||
|
println!("Shutting down server...");
|
||||||
|
})
|
||||||
|
.await?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Error Handling
|
### Run Multiple Services
|
||||||
|
|
||||||
MAD provides comprehensive error handling through the `MadError` type with automatic conversion from `anyhow::Error`:
|
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), mad::MadError> {
|
Mad::builder()
|
||||||
// Errors automatically convert from anyhow::Error to MadError
|
.add(WebServer { port: 8080 })
|
||||||
database_operation().await?;
|
.add(WebServer { port: 8081 })
|
||||||
|
.run()
|
||||||
|
.await?;
|
||||||
|
```
|
||||||
|
|
||||||
// Or return explicit errors
|
### Use Functions as Components
|
||||||
if some_condition {
|
|
||||||
return Err(anyhow::anyhow!("Something went wrong").into());
|
```rust
|
||||||
|
Mad::builder()
|
||||||
|
.add_fn(|cancel| async move {
|
||||||
|
println!("Running...");
|
||||||
|
cancel.cancelled().await;
|
||||||
|
Ok(())
|
||||||
|
})
|
||||||
|
.run()
|
||||||
|
.await?;
|
||||||
|
```
|
||||||
|
|
||||||
|
## Lifecycle Hooks
|
||||||
|
|
||||||
|
Components support optional setup and cleanup phases:
|
||||||
|
|
||||||
|
```rust
|
||||||
|
impl Component for DatabaseService {
|
||||||
|
async fn setup(&self) -> Result<(), notmad::MadError> {
|
||||||
|
println!("Connecting to database...");
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
async fn run(&self, cancel: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
|
cancel.cancelled().await;
|
||||||
|
Ok(())
|
||||||
|
}
|
||||||
|
|
||||||
|
async fn close(&self) -> Result<(), notmad::MadError> {
|
||||||
|
println!("Closing database connection...");
|
||||||
|
Ok(())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Migration from v0.9
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
|
||||||
|
1. **`name()` → `info()`**: Returns `ComponentInfo` instead of `Option<String>`
|
||||||
|
```rust
|
||||||
|
// Before
|
||||||
|
fn name(&self) -> Option<String> { Some("my-service".into()) }
|
||||||
|
|
||||||
|
// After
|
||||||
|
fn info(&self) -> ComponentInfo { "my-service".into() }
|
||||||
|
```
|
||||||
|
|
||||||
|
2. **No more `async-trait`**: Remove the dependency and `#[async_trait]` attribute
|
||||||
|
```rust
|
||||||
|
// Before
|
||||||
|
#[async_trait]
|
||||||
|
impl Component for MyService { }
|
||||||
|
|
||||||
|
// After
|
||||||
|
impl Component for MyService { }
|
||||||
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Check out the [examples directory](crates/mad/examples) for more detailed examples:
|
See [examples directory](crates/mad/examples) for complete working examples.
|
||||||
|
|
||||||
- **basic** - Simple component lifecycle
|
|
||||||
- **fn** - Using functions as components
|
|
||||||
- **signals** - Handling system signals
|
|
||||||
- **error_log** - Error handling and logging
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
MIT - see [LICENSE](LICENSE)
|
||||||
|
|
||||||
## Author
|
## Links
|
||||||
|
|
||||||
Created and maintained by [kjuulh](https://github.com/kjuulh)
|
- [Documentation](https://docs.rs/notmad)
|
||||||
|
- [Repository](https://github.com/kjuulh/mad)
|
||||||
## Repository
|
- [Crates.io](https://crates.io/crates/notmad)
|
||||||
|
|
||||||
Find the source code at [https://github.com/kjuulh/mad](https://github.com/kjuulh/mad)
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ readme = "../../README.md"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
async-trait = "0.1.81"
|
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
futures-util = "0.3.30"
|
futures-util = "0.3.30"
|
||||||
rand = "0.9.0"
|
rand = "0.9.0"
|
||||||
|
|||||||
@@ -1,16 +1,15 @@
|
|||||||
use async_trait::async_trait;
|
use notmad::ComponentInfo;
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
use tokio_util::sync::CancellationToken;
|
use tokio_util::sync::CancellationToken;
|
||||||
use tracing::Level;
|
use tracing::Level;
|
||||||
|
|
||||||
struct WaitServer {}
|
struct WaitServer {}
|
||||||
#[async_trait]
|
|
||||||
impl notmad::Component for WaitServer {
|
impl notmad::Component for WaitServer {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("WaitServer".into())
|
"WaitServer".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
async fn run(&self, _cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
let millis_wait = rand::thread_rng().gen_range(500..3000);
|
let millis_wait = rand::thread_rng().gen_range(500..3000);
|
||||||
|
|
||||||
tracing::debug!("waiting: {}ms", millis_wait);
|
tracing::debug!("waiting: {}ms", millis_wait);
|
||||||
|
|||||||
@@ -7,8 +7,7 @@
|
|||||||
//! - Graceful shutdown with cancellation tokens
|
//! - Graceful shutdown with cancellation tokens
|
||||||
//! - Concurrent component execution
|
//! - Concurrent component execution
|
||||||
|
|
||||||
use async_trait::async_trait;
|
use notmad::{Component, ComponentInfo, Mad, MadError};
|
||||||
use notmad::{Component, Mad, MadError};
|
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||||
use tokio::time::{Duration, interval};
|
use tokio::time::{Duration, interval};
|
||||||
@@ -21,10 +20,9 @@ struct WebServer {
|
|||||||
request_count: Arc<AtomicUsize>,
|
request_count: Arc<AtomicUsize>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl Component for WebServer {
|
impl Component for WebServer {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some(format!("web-server-{}", self.port))
|
format!("web-server-{}", self.port).into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn setup(&self) -> Result<(), MadError> {
|
async fn setup(&self) -> Result<(), MadError> {
|
||||||
@@ -81,10 +79,9 @@ struct JobProcessor {
|
|||||||
processing_interval: Duration,
|
processing_interval: Duration,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl Component for JobProcessor {
|
impl Component for JobProcessor {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some(format!("job-processor-{}", self.queue_name))
|
format!("job-processor-{}", self.queue_name).into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn setup(&self) -> Result<(), MadError> {
|
async fn setup(&self) -> Result<(), MadError> {
|
||||||
@@ -139,10 +136,9 @@ struct HealthChecker {
|
|||||||
check_interval: Duration,
|
check_interval: Duration,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl Component for HealthChecker {
|
impl Component for HealthChecker {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("health-checker".to_string())
|
"health-checker".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), MadError> {
|
async fn run(&self, cancellation: CancellationToken) -> Result<(), MadError> {
|
||||||
@@ -181,10 +177,9 @@ struct FailingComponent {
|
|||||||
fail_after: Duration,
|
fail_after: Duration,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl Component for FailingComponent {
|
impl Component for FailingComponent {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("failing-component".to_string())
|
"failing-component".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), MadError> {
|
async fn run(&self, cancellation: CancellationToken) -> Result<(), MadError> {
|
||||||
@@ -209,10 +204,9 @@ impl Component for FailingComponent {
|
|||||||
/// Debug component that logs system status periodically.
|
/// Debug component that logs system status periodically.
|
||||||
struct DebugComponent;
|
struct DebugComponent;
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl Component for DebugComponent {
|
impl Component for DebugComponent {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("debug-component".to_string())
|
"debug-component".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancel: CancellationToken) -> Result<(), MadError> {
|
async fn run(&self, cancel: CancellationToken) -> Result<(), MadError> {
|
||||||
|
|||||||
@@ -1,16 +1,15 @@
|
|||||||
use async_trait::async_trait;
|
use notmad::ComponentInfo;
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
use tokio_util::sync::CancellationToken;
|
use tokio_util::sync::CancellationToken;
|
||||||
use tracing::Level;
|
use tracing::Level;
|
||||||
|
|
||||||
struct ErrorServer {}
|
struct ErrorServer {}
|
||||||
#[async_trait]
|
|
||||||
impl notmad::Component for ErrorServer {
|
impl notmad::Component for ErrorServer {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("ErrorServer".into())
|
"ErrorServer".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
async fn run(&self, _cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
let millis_wait = rand::thread_rng().gen_range(500..3000);
|
let millis_wait = rand::thread_rng().gen_range(500..3000);
|
||||||
|
|
||||||
tracing::debug!("waiting: {}ms", millis_wait);
|
tracing::debug!("waiting: {}ms", millis_wait);
|
||||||
|
|||||||
@@ -1,13 +1,12 @@
|
|||||||
use async_trait::async_trait;
|
use notmad::ComponentInfo;
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
use tokio_util::sync::CancellationToken;
|
use tokio_util::sync::CancellationToken;
|
||||||
use tracing::Level;
|
use tracing::Level;
|
||||||
|
|
||||||
struct WaitServer {}
|
struct WaitServer {}
|
||||||
#[async_trait]
|
|
||||||
impl notmad::Component for WaitServer {
|
impl notmad::Component for WaitServer {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("WaitServer".into())
|
"WaitServer".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, _cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
async fn run(&self, _cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
|
|||||||
@@ -3,8 +3,7 @@
|
|||||||
//! This example shows how to run a web server, queue processor, and
|
//! This example shows how to run a web server, queue processor, and
|
||||||
//! scheduled task together, with graceful shutdown on Ctrl+C.
|
//! scheduled task together, with graceful shutdown on Ctrl+C.
|
||||||
|
|
||||||
use async_trait::async_trait;
|
use notmad::{Component, ComponentInfo, Mad, MadError};
|
||||||
use notmad::{Component, Mad, MadError};
|
|
||||||
use tokio::time::{Duration, interval};
|
use tokio::time::{Duration, interval};
|
||||||
use tokio_util::sync::CancellationToken;
|
use tokio_util::sync::CancellationToken;
|
||||||
|
|
||||||
@@ -16,22 +15,21 @@ struct WebServer {
|
|||||||
port: u16,
|
port: u16,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl Component for WebServer {
|
impl Component for WebServer {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some(format!("WebServer:{}", self.port))
|
format!("WebServer:{}", self.port).into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn setup(&self) -> Result<(), MadError> {
|
async fn setup(&self) -> Result<(), MadError> {
|
||||||
println!("[{}] Binding to port...", self.name().unwrap());
|
println!("[{}] Binding to port...", self.info());
|
||||||
// Simulate server setup time
|
// Simulate server setup time
|
||||||
tokio::time::sleep(Duration::from_millis(100)).await;
|
tokio::time::sleep(Duration::from_millis(100)).await;
|
||||||
println!("[{}] Ready to accept connections", self.name().unwrap());
|
println!("[{}] Ready to accept connections", self.info());
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), MadError> {
|
async fn run(&self, cancellation: CancellationToken) -> Result<(), MadError> {
|
||||||
println!("[{}] Server started", self.name().unwrap());
|
println!("[{}] Server started", self.info());
|
||||||
|
|
||||||
// Simulate handling requests until shutdown
|
// Simulate handling requests until shutdown
|
||||||
let mut request_id = 0;
|
let mut request_id = 0;
|
||||||
@@ -40,12 +38,12 @@ impl Component for WebServer {
|
|||||||
while !cancellation.is_cancelled() {
|
while !cancellation.is_cancelled() {
|
||||||
tokio::select! {
|
tokio::select! {
|
||||||
_ = cancellation.cancelled() => {
|
_ = cancellation.cancelled() => {
|
||||||
println!("[{}] Shutdown signal received", self.name().unwrap());
|
println!("[{}] Shutdown signal received", self.info());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
_ = interval.tick() => {
|
_ = interval.tick() => {
|
||||||
request_id += 1;
|
request_id += 1;
|
||||||
println!("[{}] Handling request #{}", self.name().unwrap(), request_id);
|
println!("[{}] Handling request #{}", self.info(), request_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -54,10 +52,10 @@ impl Component for WebServer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async fn close(&self) -> Result<(), MadError> {
|
async fn close(&self) -> Result<(), MadError> {
|
||||||
println!("[{}] Closing connections...", self.name().unwrap());
|
println!("[{}] Closing connections...", self.info());
|
||||||
// Simulate graceful connection drain
|
// Simulate graceful connection drain
|
||||||
tokio::time::sleep(Duration::from_millis(200)).await;
|
tokio::time::sleep(Duration::from_millis(200)).await;
|
||||||
println!("[{}] Server stopped", self.name().unwrap());
|
println!("[{}] Server stopped", self.info());
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -70,14 +68,13 @@ struct QueueProcessor {
|
|||||||
queue_name: String,
|
queue_name: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl Component for QueueProcessor {
|
impl Component for QueueProcessor {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some(format!("QueueProcessor:{}", self.queue_name))
|
format!("QueueProcessor:{}", self.queue_name).into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), MadError> {
|
async fn run(&self, cancellation: CancellationToken) -> Result<(), MadError> {
|
||||||
println!("[{}] Started processing", self.name().unwrap());
|
println!("[{}] Started processing", self.info());
|
||||||
|
|
||||||
let mut message_count = 0;
|
let mut message_count = 0;
|
||||||
|
|
||||||
@@ -86,19 +83,19 @@ impl Component for QueueProcessor {
|
|||||||
// Simulate waiting for and processing a message
|
// Simulate waiting for and processing a message
|
||||||
tokio::select! {
|
tokio::select! {
|
||||||
_ = cancellation.cancelled() => {
|
_ = cancellation.cancelled() => {
|
||||||
println!("[{}] Stopping message processing", self.name().unwrap());
|
println!("[{}] Stopping message processing", self.info());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
_ = tokio::time::sleep(Duration::from_secs(1)) => {
|
_ = tokio::time::sleep(Duration::from_secs(1)) => {
|
||||||
message_count += 1;
|
message_count += 1;
|
||||||
println!("[{}] Processed message #{}", self.name().unwrap(), message_count);
|
println!("[{}] Processed message #{}", self.info(), message_count);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
println!(
|
println!(
|
||||||
"[{}] Processed {} messages total",
|
"[{}] Processed {} messages total",
|
||||||
self.name().unwrap(),
|
self.info(),
|
||||||
message_count
|
message_count
|
||||||
);
|
);
|
||||||
Ok(())
|
Ok(())
|
||||||
@@ -116,16 +113,15 @@ struct ScheduledTask {
|
|||||||
interval_secs: u64,
|
interval_secs: u64,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl Component for ScheduledTask {
|
impl Component for ScheduledTask {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some(format!("ScheduledTask:{}", self.task_name))
|
format!("ScheduledTask:{}", self.task_name).into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), MadError> {
|
async fn run(&self, cancellation: CancellationToken) -> Result<(), MadError> {
|
||||||
println!(
|
println!(
|
||||||
"[{}] Scheduled to run every {} seconds",
|
"[{}] Scheduled to run every {} seconds",
|
||||||
self.name().unwrap(),
|
self.info(),
|
||||||
self.interval_secs
|
self.interval_secs
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -135,17 +131,17 @@ impl Component for ScheduledTask {
|
|||||||
while !cancellation.is_cancelled() {
|
while !cancellation.is_cancelled() {
|
||||||
tokio::select! {
|
tokio::select! {
|
||||||
_ = cancellation.cancelled() => {
|
_ = cancellation.cancelled() => {
|
||||||
println!("[{}] Scheduler stopping", self.name().unwrap());
|
println!("[{}] Scheduler stopping", self.info());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
_ = interval.tick() => {
|
_ = interval.tick() => {
|
||||||
run_count += 1;
|
run_count += 1;
|
||||||
println!("[{}] Executing run #{}", self.name().unwrap(), run_count);
|
println!("[{}] Executing run #{}", self.info(), run_count);
|
||||||
|
|
||||||
// Simulate task execution
|
// Simulate task execution
|
||||||
tokio::time::sleep(Duration::from_millis(500)).await;
|
tokio::time::sleep(Duration::from_millis(500)).await;
|
||||||
|
|
||||||
println!("[{}] Run #{} completed", self.name().unwrap(), run_count);
|
println!("[{}] Run #{} completed", self.info(), run_count);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,14 +1,13 @@
|
|||||||
use async_trait::async_trait;
|
use notmad::ComponentInfo;
|
||||||
use tokio_util::sync::CancellationToken;
|
use tokio_util::sync::CancellationToken;
|
||||||
|
|
||||||
struct NestedErrorComponent {
|
struct NestedErrorComponent {
|
||||||
name: String,
|
name: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl notmad::Component for NestedErrorComponent {
|
impl notmad::Component for NestedErrorComponent {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some(self.name.clone())
|
self.name.clone().into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, _cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
async fn run(&self, _cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
@@ -28,10 +27,9 @@ impl notmad::Component for NestedErrorComponent {
|
|||||||
|
|
||||||
struct AnotherFailingComponent;
|
struct AnotherFailingComponent;
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl notmad::Component for AnotherFailingComponent {
|
impl notmad::Component for AnotherFailingComponent {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("another-component".into())
|
"another-component".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, _cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
async fn run(&self, _cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
|
|||||||
@@ -1,16 +1,15 @@
|
|||||||
use async_trait::async_trait;
|
use notmad::ComponentInfo;
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
use tokio_util::sync::CancellationToken;
|
use tokio_util::sync::CancellationToken;
|
||||||
use tracing::Level;
|
use tracing::Level;
|
||||||
|
|
||||||
struct WaitServer {}
|
struct WaitServer {}
|
||||||
#[async_trait]
|
|
||||||
impl notmad::Component for WaitServer {
|
impl notmad::Component for WaitServer {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("WaitServer".into())
|
"WaitServer".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
async fn run(&self, _cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
let millis_wait = rand::thread_rng().gen_range(500..3000);
|
let millis_wait = rand::thread_rng().gen_range(500..3000);
|
||||||
|
|
||||||
tracing::debug!("waiting: {}ms", millis_wait);
|
tracing::debug!("waiting: {}ms", millis_wait);
|
||||||
@@ -23,10 +22,9 @@ impl notmad::Component for WaitServer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct RespectCancel {}
|
struct RespectCancel {}
|
||||||
#[async_trait]
|
|
||||||
impl notmad::Component for RespectCancel {
|
impl notmad::Component for RespectCancel {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("RespectCancel".into())
|
"RespectCancel".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
async fn run(&self, cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
@@ -38,13 +36,12 @@ impl notmad::Component for RespectCancel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct NeverStopServer {}
|
struct NeverStopServer {}
|
||||||
#[async_trait]
|
|
||||||
impl notmad::Component for NeverStopServer {
|
impl notmad::Component for NeverStopServer {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("NeverStopServer".into())
|
"NeverStopServer".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
async fn run(&self, _cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
// Simulates a server running for some time. Is normally supposed to be futures blocking indefinitely
|
// Simulates a server running for some time. Is normally supposed to be futures blocking indefinitely
|
||||||
tokio::time::sleep(std::time::Duration::from_millis(999999999)).await;
|
tokio::time::sleep(std::time::Duration::from_millis(999999999)).await;
|
||||||
|
|
||||||
|
|||||||
@@ -1,42 +1,21 @@
|
|||||||
//! # MAD - Lifecycle Manager for Rust Applications
|
//! # MAD - Lifecycle Manager for Rust Applications
|
||||||
//!
|
//!
|
||||||
//! MAD is a robust lifecycle manager designed for long-running Rust operations. It provides
|
//! A simple lifecycle manager for long-running Rust applications. Run multiple services
|
||||||
//! a simple, composable way to manage multiple concurrent services within your application,
|
//! concurrently with graceful shutdown handling.
|
||||||
//! handling graceful startup and shutdown automatically.
|
|
||||||
//!
|
|
||||||
//! ## Overview
|
|
||||||
//!
|
|
||||||
//! MAD helps you build applications composed of multiple long-running components that need
|
|
||||||
//! to be orchestrated together. It handles:
|
|
||||||
//!
|
|
||||||
//! - **Concurrent execution** of multiple components
|
|
||||||
//! - **Graceful shutdown** with cancellation tokens
|
|
||||||
//! - **Error aggregation** from multiple components
|
|
||||||
//! - **Lifecycle management** with setup, run, and close phases
|
|
||||||
//!
|
//!
|
||||||
//! ## Quick Start
|
//! ## Quick Start
|
||||||
//!
|
//!
|
||||||
//! ```rust,no_run
|
//! ```rust,no_run
|
||||||
//! use notmad::{Component, Mad};
|
//! use notmad::{Component, Mad};
|
||||||
//! use async_trait::async_trait;
|
|
||||||
//! use tokio_util::sync::CancellationToken;
|
//! use tokio_util::sync::CancellationToken;
|
||||||
//!
|
//!
|
||||||
//! struct MyService {
|
//! struct MyService;
|
||||||
//! name: String,
|
|
||||||
//! }
|
|
||||||
//!
|
//!
|
||||||
//! #[async_trait]
|
|
||||||
//! impl Component for MyService {
|
//! impl Component for MyService {
|
||||||
//! fn name(&self) -> Option<String> {
|
//! async fn run(&self, cancel: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
//! Some(self.name.clone())
|
//! println!("Running...");
|
||||||
//! }
|
//! cancel.cancelled().await;
|
||||||
//!
|
//! println!("Stopped");
|
||||||
//! async fn run(&self, cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
|
||||||
//! // Your service logic here
|
|
||||||
//! while !cancellation.is_cancelled() {
|
|
||||||
//! // Do work...
|
|
||||||
//! tokio::time::sleep(std::time::Duration::from_secs(1)).await;
|
|
||||||
//! }
|
|
||||||
//! Ok(())
|
//! Ok(())
|
||||||
//! }
|
//! }
|
||||||
//! }
|
//! }
|
||||||
@@ -44,44 +23,25 @@
|
|||||||
//! #[tokio::main]
|
//! #[tokio::main]
|
||||||
//! async fn main() -> anyhow::Result<()> {
|
//! async fn main() -> anyhow::Result<()> {
|
||||||
//! Mad::builder()
|
//! Mad::builder()
|
||||||
//! .add(MyService { name: "service-1".into() })
|
//! .add(MyService)
|
||||||
//! .add(MyService { name: "service-2".into() })
|
|
||||||
//! .run()
|
//! .run()
|
||||||
//! .await?;
|
//! .await?;
|
||||||
//! Ok(())
|
//! Ok(())
|
||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! ## Component Lifecycle
|
//! ## Features
|
||||||
//!
|
//!
|
||||||
//! Components go through three phases:
|
//! - Run multiple components concurrently
|
||||||
//!
|
//! - Graceful shutdown with cancellation tokens
|
||||||
//! 1. **Setup**: Optional initialization phase before components start running
|
//! - Optional lifecycle hooks: `setup()`, `run()`, `close()`
|
||||||
//! 2. **Run**: Main execution phase where components perform their work
|
//! - Automatic error aggregation
|
||||||
//! 3. **Close**: Optional cleanup phase after components stop
|
//! - SIGTERM and Ctrl+C signal handling
|
||||||
//!
|
|
||||||
//! ## Error Handling
|
|
||||||
//!
|
|
||||||
//! MAD provides comprehensive error handling through [`MadError`], which can:
|
|
||||||
//! - Wrap errors from individual components
|
|
||||||
//! - Aggregate multiple errors when several components fail
|
|
||||||
//! - Automatically convert from `anyhow::Error`
|
|
||||||
//!
|
|
||||||
//! ## Shutdown Behavior
|
|
||||||
//!
|
|
||||||
//! MAD handles shutdown gracefully:
|
|
||||||
//! - Responds to SIGTERM and Ctrl+C signals
|
|
||||||
//! - Propagates cancellation tokens to all components
|
|
||||||
//! - Waits for components to finish cleanup
|
|
||||||
//! - Configurable cancellation timeout
|
|
||||||
|
|
||||||
use futures::stream::FuturesUnordered;
|
use futures::stream::FuturesUnordered;
|
||||||
use futures_util::StreamExt;
|
use futures_util::StreamExt;
|
||||||
use std::{error::Error, fmt::Display, sync::Arc};
|
use std::{error::Error, fmt::Display, pin::Pin, sync::Arc};
|
||||||
use tokio::{
|
use tokio::signal::unix::{SignalKind, signal};
|
||||||
signal::unix::{SignalKind, signal},
|
|
||||||
task::JoinError,
|
|
||||||
};
|
|
||||||
|
|
||||||
use tokio_util::sync::CancellationToken;
|
use tokio_util::sync::CancellationToken;
|
||||||
|
|
||||||
@@ -166,6 +126,10 @@ impl AggregateError {
|
|||||||
pub fn get_errors(&self) -> &[MadError] {
|
pub fn get_errors(&self) -> &[MadError] {
|
||||||
&self.errors
|
&self.errors
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn take_errors(self) -> Vec<MadError> {
|
||||||
|
self.errors
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Display for AggregateError {
|
impl Display for AggregateError {
|
||||||
@@ -204,12 +168,10 @@ impl Display for AggregateError {
|
|||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// use notmad::{Component, Mad};
|
/// use notmad::{Component, Mad};
|
||||||
/// use async_trait::async_trait;
|
|
||||||
/// use tokio_util::sync::CancellationToken;
|
/// use tokio_util::sync::CancellationToken;
|
||||||
///
|
///
|
||||||
/// struct MyComponent;
|
/// struct MyComponent;
|
||||||
///
|
///
|
||||||
/// #[async_trait]
|
|
||||||
/// impl Component for MyComponent {
|
/// impl Component for MyComponent {
|
||||||
/// async fn run(&self, _cancel: CancellationToken) -> Result<(), notmad::MadError> {
|
/// async fn run(&self, _cancel: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
/// Ok(())
|
/// Ok(())
|
||||||
@@ -225,7 +187,7 @@ impl Display for AggregateError {
|
|||||||
/// # }
|
/// # }
|
||||||
/// ```
|
/// ```
|
||||||
pub struct Mad {
|
pub struct Mad {
|
||||||
components: Vec<Arc<dyn Component + Send + Sync + 'static>>,
|
components: Vec<SharedComponent>,
|
||||||
|
|
||||||
should_cancel: Option<std::time::Duration>,
|
should_cancel: Option<std::time::Duration>,
|
||||||
}
|
}
|
||||||
@@ -269,10 +231,8 @@ impl Mad {
|
|||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// use notmad::{Component, Mad};
|
/// use notmad::{Component, Mad};
|
||||||
/// # use async_trait::async_trait;
|
|
||||||
/// # use tokio_util::sync::CancellationToken;
|
/// # use tokio_util::sync::CancellationToken;
|
||||||
/// # struct MyService;
|
/// # struct MyService;
|
||||||
/// # #[async_trait]
|
|
||||||
/// # impl Component for MyService {
|
/// # impl Component for MyService {
|
||||||
/// # async fn run(&self, _: CancellationToken) -> Result<(), notmad::MadError> { Ok(()) }
|
/// # async fn run(&self, _: CancellationToken) -> Result<(), notmad::MadError> { Ok(()) }
|
||||||
/// # }
|
/// # }
|
||||||
@@ -302,10 +262,8 @@ impl Mad {
|
|||||||
/// ```rust
|
/// ```rust
|
||||||
/// use notmad::Mad;
|
/// use notmad::Mad;
|
||||||
/// # use notmad::Component;
|
/// # use notmad::Component;
|
||||||
/// # use async_trait::async_trait;
|
|
||||||
/// # use tokio_util::sync::CancellationToken;
|
/// # use tokio_util::sync::CancellationToken;
|
||||||
/// # struct DebugService;
|
/// # struct DebugService;
|
||||||
/// # #[async_trait]
|
|
||||||
/// # impl Component for DebugService {
|
/// # impl Component for DebugService {
|
||||||
/// # async fn run(&self, _: CancellationToken) -> Result<(), notmad::MadError> { Ok(()) }
|
/// # async fn run(&self, _: CancellationToken) -> Result<(), notmad::MadError> { Ok(()) }
|
||||||
/// # }
|
/// # }
|
||||||
@@ -393,7 +351,7 @@ impl Mad {
|
|||||||
/// # Arguments
|
/// # Arguments
|
||||||
///
|
///
|
||||||
/// * `should_cancel` - Duration to wait after cancellation before forcing shutdown.
|
/// * `should_cancel` - Duration to wait after cancellation before forcing shutdown.
|
||||||
/// Pass `None` to wait indefinitely.
|
/// Pass `None` to wait indefinitely.
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
///
|
///
|
||||||
@@ -468,7 +426,7 @@ impl Mad {
|
|||||||
tracing::debug!("setting up components");
|
tracing::debug!("setting up components");
|
||||||
|
|
||||||
for comp in &self.components {
|
for comp in &self.components {
|
||||||
tracing::trace!(component = &comp.name(), "mad setting up");
|
tracing::trace!(component = %comp.info(), "mad setting up");
|
||||||
|
|
||||||
match comp.setup().await {
|
match comp.setup().await {
|
||||||
Ok(_) | Err(MadError::SetupNotDefined) => {}
|
Ok(_) | Err(MadError::SetupNotDefined) => {}
|
||||||
@@ -498,15 +456,15 @@ impl Mad {
|
|||||||
channels.push(error_rx);
|
channels.push(error_rx);
|
||||||
|
|
||||||
tokio::spawn(async move {
|
tokio::spawn(async move {
|
||||||
let name = comp.name().clone();
|
let info = comp.info().clone();
|
||||||
|
|
||||||
tracing::debug!(component = name, "mad running");
|
tracing::debug!(component = %info, "mad running");
|
||||||
|
|
||||||
let handle = tokio::spawn(async move { comp.run(job_cancellation).await });
|
let handle = tokio::spawn(async move { comp.run(job_cancellation).await });
|
||||||
|
|
||||||
tokio::select! {
|
tokio::select! {
|
||||||
_ = cancellation_token.cancelled() => {
|
_ = cancellation_token.cancelled() => {
|
||||||
error_tx.send(CompletionResult { res: Ok(()) , name }).await
|
error_tx.send(CompletionResult { res: Ok(()) , name: info.name }).await
|
||||||
}
|
}
|
||||||
res = handle => {
|
res = handle => {
|
||||||
let res = match res {
|
let res = match res {
|
||||||
@@ -528,7 +486,7 @@ impl Mad {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
error_tx.send(CompletionResult { res , name }).await
|
error_tx.send(CompletionResult { res , name: info.name }).await
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -605,7 +563,7 @@ impl Mad {
|
|||||||
tracing::debug!("closing components");
|
tracing::debug!("closing components");
|
||||||
|
|
||||||
for comp in &self.components {
|
for comp in &self.components {
|
||||||
tracing::trace!(component = &comp.name(), "mad closing");
|
tracing::trace!(component = %comp.info(), "mad closing");
|
||||||
match comp.close().await {
|
match comp.close().await {
|
||||||
Ok(_) | Err(MadError::CloseNotDefined) => {}
|
Ok(_) | Err(MadError::CloseNotDefined) => {}
|
||||||
Err(e) => return Err(e),
|
Err(e) => return Err(e),
|
||||||
@@ -623,6 +581,46 @@ async fn signal_unix_terminate() {
|
|||||||
sigterm.recv().await;
|
sigterm.recv().await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Default, Clone)]
|
||||||
|
pub struct ComponentInfo {
|
||||||
|
name: Option<String>,
|
||||||
|
}
|
||||||
|
|
||||||
|
impl Display for ComponentInfo {
|
||||||
|
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||||
|
f.write_str(
|
||||||
|
self.name
|
||||||
|
.as_ref()
|
||||||
|
.map(|n| n.as_str())
|
||||||
|
.unwrap_or_else(|| "unknown"),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
impl ComponentInfo {
|
||||||
|
pub fn new() -> Self {
|
||||||
|
Self::default()
|
||||||
|
}
|
||||||
|
|
||||||
|
pub fn with_name(&mut self, name: impl Into<String>) -> &mut Self {
|
||||||
|
self.name = Some(name.into());
|
||||||
|
self
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
impl From<String> for ComponentInfo {
|
||||||
|
fn from(value: String) -> Self {
|
||||||
|
Self { name: Some(value) }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
impl From<&str> for ComponentInfo {
|
||||||
|
fn from(value: &str) -> Self {
|
||||||
|
Self {
|
||||||
|
name: Some(value.into()),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// Trait for implementing MAD components.
|
/// Trait for implementing MAD components.
|
||||||
///
|
///
|
||||||
/// Components represent individual services or tasks that run as part
|
/// Components represent individual services or tasks that run as part
|
||||||
@@ -632,18 +630,16 @@ async fn signal_unix_terminate() {
|
|||||||
/// # Example
|
/// # Example
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// use notmad::{Component, MadError};
|
/// use notmad::{Component, ComponentInfo, MadError};
|
||||||
/// use async_trait::async_trait;
|
|
||||||
/// use tokio_util::sync::CancellationToken;
|
/// use tokio_util::sync::CancellationToken;
|
||||||
///
|
///
|
||||||
/// struct DatabaseConnection {
|
/// struct DatabaseConnection {
|
||||||
/// url: String,
|
/// url: String,
|
||||||
/// }
|
/// }
|
||||||
///
|
///
|
||||||
/// #[async_trait]
|
|
||||||
/// impl Component for DatabaseConnection {
|
/// impl Component for DatabaseConnection {
|
||||||
/// fn name(&self) -> Option<String> {
|
/// fn info(&self) -> ComponentInfo {
|
||||||
/// Some("database".to_string())
|
/// "database".into()
|
||||||
/// }
|
/// }
|
||||||
///
|
///
|
||||||
/// async fn setup(&self) -> Result<(), MadError> {
|
/// async fn setup(&self) -> Result<(), MadError> {
|
||||||
@@ -665,8 +661,7 @@ async fn signal_unix_terminate() {
|
|||||||
/// }
|
/// }
|
||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
#[async_trait::async_trait]
|
pub trait Component: Send + Sync + 'static {
|
||||||
pub trait Component {
|
|
||||||
/// Returns an optional name for the component.
|
/// Returns an optional name for the component.
|
||||||
///
|
///
|
||||||
/// This name is used in logging and error messages to identify
|
/// This name is used in logging and error messages to identify
|
||||||
@@ -675,8 +670,8 @@ pub trait Component {
|
|||||||
/// # Default
|
/// # Default
|
||||||
///
|
///
|
||||||
/// Returns `None` if not overridden.
|
/// Returns `None` if not overridden.
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
None
|
ComponentInfo::default()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Optional setup phase called before the component starts running.
|
/// Optional setup phase called before the component starts running.
|
||||||
@@ -694,8 +689,8 @@ pub trait Component {
|
|||||||
///
|
///
|
||||||
/// If setup fails with an error other than `SetupNotDefined`,
|
/// If setup fails with an error other than `SetupNotDefined`,
|
||||||
/// the entire application will stop before any components start running.
|
/// the entire application will stop before any components start running.
|
||||||
async fn setup(&self) -> Result<(), MadError> {
|
fn setup(&self) -> impl Future<Output = Result<(), MadError>> + Send + '_ {
|
||||||
Err(MadError::SetupNotDefined)
|
async { Err(MadError::SetupNotDefined) }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Main execution phase of the component.
|
/// Main execution phase of the component.
|
||||||
@@ -717,7 +712,10 @@ pub trait Component {
|
|||||||
/// # Errors
|
/// # Errors
|
||||||
///
|
///
|
||||||
/// Any error returned will trigger shutdown of all other components.
|
/// Any error returned will trigger shutdown of all other components.
|
||||||
async fn run(&self, cancellation_token: CancellationToken) -> Result<(), MadError>;
|
fn run(
|
||||||
|
&self,
|
||||||
|
cancellation_token: CancellationToken,
|
||||||
|
) -> impl Future<Output = Result<(), MadError>> + Send + '_;
|
||||||
|
|
||||||
/// Optional cleanup phase called after the component stops.
|
/// Optional cleanup phase called after the component stops.
|
||||||
///
|
///
|
||||||
@@ -734,8 +732,73 @@ pub trait Component {
|
|||||||
///
|
///
|
||||||
/// Errors during close are logged but don't prevent other components
|
/// Errors during close are logged but don't prevent other components
|
||||||
/// from closing.
|
/// from closing.
|
||||||
|
fn close(&self) -> impl Future<Output = Result<(), MadError>> + Send + '_ {
|
||||||
|
async { Err(MadError::CloseNotDefined) }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
trait AsyncComponent: Send + Sync + 'static {
|
||||||
|
fn info_async(&self) -> ComponentInfo;
|
||||||
|
|
||||||
|
fn setup_async(&self) -> Pin<Box<dyn Future<Output = Result<(), MadError>> + Send + '_>>;
|
||||||
|
|
||||||
|
fn run_async(
|
||||||
|
&self,
|
||||||
|
cancellation_token: CancellationToken,
|
||||||
|
) -> Pin<Box<dyn Future<Output = Result<(), MadError>> + Send + '_>>;
|
||||||
|
|
||||||
|
fn close_async(&self) -> Pin<Box<dyn Future<Output = Result<(), MadError>> + Send + '_>>;
|
||||||
|
}
|
||||||
|
|
||||||
|
impl<E: Component> AsyncComponent for E {
|
||||||
|
#[inline(always)]
|
||||||
|
fn info_async(&self) -> ComponentInfo {
|
||||||
|
self.info()
|
||||||
|
}
|
||||||
|
|
||||||
|
#[inline(always)]
|
||||||
|
fn setup_async(&self) -> Pin<Box<dyn Future<Output = Result<(), MadError>> + Send + '_>> {
|
||||||
|
Box::pin(self.setup())
|
||||||
|
}
|
||||||
|
|
||||||
|
#[inline(always)]
|
||||||
|
fn run_async(
|
||||||
|
&self,
|
||||||
|
cancellation_token: CancellationToken,
|
||||||
|
) -> Pin<Box<dyn Future<Output = Result<(), MadError>> + Send + '_>> {
|
||||||
|
Box::pin(self.run(cancellation_token))
|
||||||
|
}
|
||||||
|
|
||||||
|
#[inline(always)]
|
||||||
|
fn close_async(&self) -> Pin<Box<dyn Future<Output = Result<(), MadError>> + Send + '_>> {
|
||||||
|
Box::pin(self.close())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[derive(Clone)]
|
||||||
|
pub struct SharedComponent {
|
||||||
|
component: Arc<dyn AsyncComponent + Send + Sync + 'static>,
|
||||||
|
}
|
||||||
|
|
||||||
|
impl SharedComponent {
|
||||||
|
#[inline(always)]
|
||||||
|
pub fn info(&self) -> ComponentInfo {
|
||||||
|
self.component.info_async()
|
||||||
|
}
|
||||||
|
|
||||||
|
#[inline(always)]
|
||||||
|
async fn setup(&self) -> Result<(), MadError> {
|
||||||
|
self.component.setup_async().await
|
||||||
|
}
|
||||||
|
|
||||||
|
#[inline(always)]
|
||||||
|
async fn run(&self, cancellation_token: CancellationToken) -> Result<(), MadError> {
|
||||||
|
self.component.run_async(cancellation_token).await
|
||||||
|
}
|
||||||
|
|
||||||
|
#[inline(always)]
|
||||||
async fn close(&self) -> Result<(), MadError> {
|
async fn close(&self) -> Result<(), MadError> {
|
||||||
Err(MadError::CloseNotDefined)
|
self.component.close_async().await
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -749,12 +812,10 @@ pub trait Component {
|
|||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// use notmad::{Component, IntoComponent, Mad};
|
/// use notmad::{Component, IntoComponent, Mad};
|
||||||
/// # use async_trait::async_trait;
|
|
||||||
/// # use tokio_util::sync::CancellationToken;
|
/// # use tokio_util::sync::CancellationToken;
|
||||||
///
|
///
|
||||||
/// struct MyService;
|
/// struct MyService;
|
||||||
///
|
///
|
||||||
/// # #[async_trait]
|
|
||||||
/// # impl Component for MyService {
|
/// # impl Component for MyService {
|
||||||
/// # async fn run(&self, _: CancellationToken) -> Result<(), notmad::MadError> { Ok(()) }
|
/// # async fn run(&self, _: CancellationToken) -> Result<(), notmad::MadError> { Ok(()) }
|
||||||
/// # }
|
/// # }
|
||||||
@@ -765,12 +826,14 @@ pub trait Component {
|
|||||||
/// ```
|
/// ```
|
||||||
pub trait IntoComponent {
|
pub trait IntoComponent {
|
||||||
/// Converts self into an Arc-wrapped component.
|
/// Converts self into an Arc-wrapped component.
|
||||||
fn into_component(self) -> Arc<dyn Component + Send + Sync + 'static>;
|
fn into_component(self) -> SharedComponent;
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<T: Component + Send + Sync + 'static> IntoComponent for T {
|
impl<T: Component> IntoComponent for T {
|
||||||
fn into_component(self) -> Arc<dyn Component + Send + Sync + 'static> {
|
fn into_component(self) -> SharedComponent {
|
||||||
Arc::new(self)
|
SharedComponent {
|
||||||
|
component: Arc::new(self),
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -794,7 +857,6 @@ where
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait::async_trait]
|
|
||||||
impl<F, Fut> Component for ClosureComponent<F, Fut>
|
impl<F, Fut> Component for ClosureComponent<F, Fut>
|
||||||
where
|
where
|
||||||
F: Fn(CancellationToken) -> Fut + Send + Sync + 'static,
|
F: Fn(CancellationToken) -> Fut + Send + Sync + 'static,
|
||||||
@@ -808,7 +870,6 @@ where
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use anyhow::Context;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_error_chaining_display() {
|
fn test_error_chaining_display() {
|
||||||
@@ -905,10 +966,9 @@ mod tests {
|
|||||||
async fn test_component_error_propagation() {
|
async fn test_component_error_propagation() {
|
||||||
struct FailingComponent;
|
struct FailingComponent;
|
||||||
|
|
||||||
#[async_trait::async_trait]
|
|
||||||
impl Component for FailingComponent {
|
impl Component for FailingComponent {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("test-component".to_string())
|
"test-component".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, _cancel: CancellationToken) -> Result<(), MadError> {
|
async fn run(&self, _cancel: CancellationToken) -> Result<(), MadError> {
|
||||||
|
|||||||
@@ -4,19 +4,15 @@
|
|||||||
//! without performing any work. Useful for keeping the application alive
|
//! without performing any work. Useful for keeping the application alive
|
||||||
//! or as placeholders in conditional component loading.
|
//! or as placeholders in conditional component loading.
|
||||||
|
|
||||||
use std::sync::Arc;
|
|
||||||
|
|
||||||
use async_trait::async_trait;
|
|
||||||
use tokio_util::sync::CancellationToken;
|
use tokio_util::sync::CancellationToken;
|
||||||
|
|
||||||
use crate::{Component, MadError};
|
use crate::{Component, ComponentInfo, IntoComponent, MadError, SharedComponent};
|
||||||
|
|
||||||
/// A default waiter component that panics if run.
|
/// A default waiter component that panics if run.
|
||||||
///
|
///
|
||||||
/// This is used internally as a placeholder that should never
|
/// This is used internally as a placeholder that should never
|
||||||
/// actually be executed.
|
/// actually be executed.
|
||||||
pub struct DefaultWaiter {}
|
pub struct DefaultWaiter;
|
||||||
#[async_trait]
|
|
||||||
impl Component for DefaultWaiter {
|
impl Component for DefaultWaiter {
|
||||||
async fn run(&self, _cancellation_token: CancellationToken) -> Result<(), MadError> {
|
async fn run(&self, _cancellation_token: CancellationToken) -> Result<(), MadError> {
|
||||||
panic!("should never be called");
|
panic!("should never be called");
|
||||||
@@ -38,13 +34,13 @@ impl Component for DefaultWaiter {
|
|||||||
/// let waiter = Waiter::new(service.into_component());
|
/// let waiter = Waiter::new(service.into_component());
|
||||||
/// ```
|
/// ```
|
||||||
pub struct Waiter {
|
pub struct Waiter {
|
||||||
comp: Arc<dyn Component + Send + Sync + 'static>,
|
comp: SharedComponent,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Default for Waiter {
|
impl Default for Waiter {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
comp: Arc::new(DefaultWaiter {}),
|
comp: DefaultWaiter {}.into_component(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -54,21 +50,20 @@ impl Waiter {
|
|||||||
///
|
///
|
||||||
/// The wrapped component's name will be used (prefixed with "waiter/"),
|
/// The wrapped component's name will be used (prefixed with "waiter/"),
|
||||||
/// but its run method will not be called.
|
/// but its run method will not be called.
|
||||||
pub fn new(c: Arc<dyn Component + Send + Sync + 'static>) -> Self {
|
pub fn new(c: SharedComponent) -> Self {
|
||||||
Self { comp: c }
|
Self { comp: c }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl Component for Waiter {
|
impl Component for Waiter {
|
||||||
/// Returns the name of the waiter, prefixed with "waiter/".
|
/// Returns the name of the waiter, prefixed with "waiter/".
|
||||||
///
|
///
|
||||||
/// If the wrapped component has a name, it will be "waiter/{name}".
|
/// If the wrapped component has a name, it will be "waiter/{name}".
|
||||||
/// Otherwise, returns "waiter".
|
/// Otherwise, returns "waiter".
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
match self.comp.name() {
|
match &self.comp.info().name {
|
||||||
Some(name) => Some(format!("waiter/{name}")),
|
Some(name) => format!("waiter/{name}").into(),
|
||||||
None => Some("waiter".into()),
|
None => "waiter".into(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
use async_trait::async_trait;
|
use notmad::{Component, ComponentInfo, Mad, MadError};
|
||||||
use notmad::{Component, Mad, MadError};
|
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
use tokio::sync::Mutex;
|
use tokio::sync::Mutex;
|
||||||
use tokio_util::sync::CancellationToken;
|
use tokio_util::sync::CancellationToken;
|
||||||
@@ -9,13 +8,12 @@ use tracing_test::traced_test;
|
|||||||
|
|
||||||
struct NeverEndingRun {}
|
struct NeverEndingRun {}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
impl Component for NeverEndingRun {
|
impl Component for NeverEndingRun {
|
||||||
fn name(&self) -> Option<String> {
|
fn info(&self) -> ComponentInfo {
|
||||||
Some("NeverEndingRun".into())
|
"NeverEndingRun".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(&self, cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
async fn run(&self, _cancellation: CancellationToken) -> Result<(), notmad::MadError> {
|
||||||
let millis_wait = rand::thread_rng().gen_range(50..1000);
|
let millis_wait = rand::thread_rng().gen_range(50..1000);
|
||||||
|
|
||||||
tokio::time::sleep(std::time::Duration::from_millis(millis_wait)).await;
|
tokio::time::sleep(std::time::Duration::from_millis(millis_wait)).await;
|
||||||
|
|||||||
Reference in New Issue
Block a user