forge-runtime 0.9.0

Runtime executors and gateway for the Forge framework
docs.rs failed to build forge-runtime-0.9.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: forge-runtime-0.8.4

Forge runtime engine.

Implements the Axum gateway, job worker, workflow executor, cron scheduler, daemon runner, reactivity system, cluster coordination, rate limiting, observability, and product analytics (signals).

The runtime wires together types from forge-core into a production server started via Forge::builder().auto_register().build()?.run().await.