docs.rs failed to build dynamo-rl-1.3.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.
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.
Dynamo RL worker discovery surface.
Workers that run with DYN_ENABLE_RL / --enable-rl register an rl
request-plane endpoint:
dyn://<namespace>.<component>.rl
This crate exposes a read-only frontend route. The frontend discovers live
rl endpoint instances from Dynamo discovery, then asks each worker for its
available RL admin routes with {"method": "routes"} over the request
plane. It does not expose a frontend fan-out method endpoint.